File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default function Summary() {
4343 } ,
4444 {
4545 name : "Views per session" ,
46- value : `${ viewsPerSessions . value . toFixed ( 2 ) } % ` ,
46+ value : `${ viewsPerSessions . value . toFixed ( 2 ) } ` ,
4747 } ,
4848 {
4949 name : "Live visitors" ,
@@ -85,9 +85,8 @@ function Metric(
8585 < Card
8686 title = { name }
8787 size = "small"
88- class = { `basis-0 shrink-0 grow-1 min-w-max grid gap-1 items-center border-x-4 border-x-transparent px-3 relative ${
89- hasPlot ? "grid-rows-3 cursor-pointer" : "grid-rows-2"
90- } ${ selected ? "border-l-trend-primary" : "" } `}
88+ class = { `basis-0 shrink-0 grow-1 min-w-max grid gap-1 items-center border-x-4 border-x-transparent px-3 relative ${ hasPlot ? "grid-rows-3 cursor-pointer" : "grid-rows-2"
89+ } ${ selected ? "border-l-trend-primary" : "" } `}
9190 onClick = { hasPlot ? ( ) => selectedTimeSerie . value = data : undefined }
9291 >
9392 { data !== undefined && isOk ( data . value )
You can’t perform that action at this time.
0 commit comments