mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
fix: only display select season on tabs that make sense
This commit is contained in:
parent
e520807919
commit
155d4a32e5
1 changed files with 4 additions and 2 deletions
|
|
@ -92,7 +92,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Select Season -->
|
<!-- Select Season -->
|
||||||
|
<template v-if="$route.meta.season">
|
||||||
<FilterSeason />
|
<FilterSeason />
|
||||||
|
</template>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<!-- View -->
|
<!-- View -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue