Skip to content

Commit

Permalink
fix: correct uri undefined on page /settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ludchieng committed Jan 24, 2023
1 parent aa18017 commit a0a324a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</router-link>
</div>
<div>
<router-link class="logo" :to="`/timetables/${ $route.params.tab }`">
<router-link class="logo" :to="`/timetables/${ $route.params.tab || '' }`">
<img alt="Logo Alednavigo" src="@/assets/icon-light.png" />
</router-link>
</div>
Expand Down

0 comments on commit a0a324a

Please sign in to comment.