Fix: bug routingu dzienników

This commit is contained in:
2022-12-18 03:01:13 +01:00
parent 726b859f5c
commit 6e07897ac0
9 changed files with 669 additions and 685 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<div class="journal-stats" v-if="store.driverStatsData?._sum.routeDistance != null">
<div class="journal-stats" v-if="store.driverStatsData">
<h1>
{{ $t('journal.stats-title') }} <span class="text--primary">{{ store.driverStatsName.toUpperCase() }}</span>
</h1>