poprawki w pokazywaniu statystyk

This commit is contained in:
2023-06-12 01:19:31 +02:00
parent cf9991d8a0
commit 34d91bc800
2 changed files with 6 additions and 8 deletions
@@ -184,7 +184,8 @@ export default defineComponent({
watch: {
async driverStatsName(value: string) {
await this.fetchDriverStats();
this.store.currentStatsTab = value ? 'driver' : 'daily';
// if (value) this.store.currentStatsTab = 'driver';
},
async 'searchersValues.search-driver'(value: string | undefined) {