Skip to content

Commit

Permalink
refactor: enable shop
Browse files Browse the repository at this point in the history
  • Loading branch information
ohrstrom committed Apr 26, 2024
1 parent 25a7c37 commit 6d5e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obr_ui/components/navigation/SideMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default defineComponent({
v-text="t('menu.reception')"
/>
</section>
<section v-if="false" class="section">
<section class="section">
<router-link
v-for="(page, index) in primaryPages"
:key="`page-${index}-${page.path}`"
Expand Down

0 comments on commit 6d5e093

Please sign in to comment.