We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd455a1 commit 7c3d0c0Copy full SHA for 7c3d0c0
src/components/data/DataTable.vue
@@ -12,7 +12,7 @@
12
</v-row>
13
</v-container>
14
15
- <v-table v-show="title !== ''" fixed-header height="500px">
+ <v-table v-show="title !== ''" fixed-header height="470px">
16
<thead>
17
<tr>
18
<th class="text-center">
src/components/station/StationInfo.vue
@@ -9,8 +9,8 @@
9
{{ selectedStation?.properties.name || $t("chart.station") }}
10
</v-toolbar-title>
11
- <template v-slot:prepend v-if="selectedStation">
- <v-btn icon @click="store.clearSelectedStation">
+ <template v-slot:prepend>
+ <v-btn icon @click="selectedStation ? store.clearSelectedStation() : $router.push('/')">
<v-icon icon="mdi-arrow-left"></v-icon>
</v-btn>
</template>
0 commit comments