diff --git a/src/components/Discover/Map/SidebarState.vue b/src/components/Discover/Map/SidebarState.vue index fd8ac4d..844e243 100644 --- a/src/components/Discover/Map/SidebarState.vue +++ b/src/components/Discover/Map/SidebarState.vue @@ -61,13 +61,54 @@
Case Duration
-|
+ |
+ + {{ timeLabel(stats.case_duration.min)[1] }} + | ++ {{ timeLabel(stats.case_duration.min)[2] }} + | +
|
+ |
+ + {{ timeLabel(stats.case_duration.average)[1] }} + | ++ {{ timeLabel(stats.case_duration.average)[2] }} + | +
|
+ |
+ + {{ timeLabel(stats.case_duration.median)[1] }} + | ++ {{ timeLabel(stats.case_duration.median)[2] }} + | +
|
+ |
+ + {{ timeLabel(stats.case_duration.max)[1] }} + | ++ {{ timeLabel(stats.case_duration.max)[2] }} + | +