Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim committed Jan 7, 2025
1 parent 5ec5be4 commit 3f055d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion business-registry-dashboard/app/layouts/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ const { t } = useI18n()
const accountStore = useConnectAccountStore()
const config = useRuntimeConfig().public
const { isAuthenticated } = useKeycloak()
// const isStaffOrSbcStaff = computed(() => [AccountType.STAFF, AccountType.SBC_STAFF].includes(accountStore.currentAccount.accountType))
useHead({
title: t('page.home.title')
Expand Down

0 comments on commit 3f055d2

Please sign in to comment.