fix: 🐛 fix bottom navigation showing everywhere

This commit is contained in:
Kenny 2022-08-06 10:54:54 -04:00
parent 94fd68c2fd
commit d49793b192
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="bottomNav background">
<div class="bottomNav background" v-if="!$route.path.includes('/mods')">
<v-divider v-if="!$store.state.tweaks.roundTweak" />
<v-bottom-navigation
v-model="tabSelection"