Skip to content

Commit

Permalink
fix: nav bar switch label
Browse files Browse the repository at this point in the history
  • Loading branch information
BilelJegham committed Oct 29, 2023
1 parent f83b50e commit c9226c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const dialog = useDialog()
const items = ref([
const items = computed(() => [
{ icon: 'pi pi-home', class: 'navbar__home', to: HOME },
{ label: t('MyBetsView.title'), to: MY_BETS, visible: () => auth.isConnected && !isLoading.value },
{
Expand Down

0 comments on commit c9226c2

Please sign in to comment.