Skip to content

Commit

Permalink
Improved: added entry for product store tab in list to show menu foot…
Browse files Browse the repository at this point in the history
…er (#1)
  • Loading branch information
amansinghbais committed May 16, 2024
1 parent ceadc82 commit 2c70cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { useRouter } from "vue-router";
const router = useRouter();
function showFooter() {
if (['/tabs/settings'].includes(router.currentRoute.value.path)) return true
if (['/tabs/product-store', '/tabs/settings'].includes(router.currentRoute.value.path)) return true
return false
}
</script>
Expand Down

0 comments on commit 2c70cc8

Please sign in to comment.