Update webapp/components/HeaderMenu/HeaderMenu.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2023-02-03 19:21:12 +01:00 committed by GitHub
parent 31c28aa83b
commit e8d33aba1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@
TODO: Filter is only visible on index TODO: Filter is only visible on index
--> -->
<ds-flex-item v-if="isLoggedIn" style="flex-grow: 0; flex-basis: auto"> <ds-flex-item v-if="isLoggedIn" style="flex-grow: 0; flex-basis: auto">
<client-only v-if="SHOW_CONTENT_FILTER_HEADER_MENU"> <client-only>
<filter-menu v-show="showFilterMenuDropdown" /> <filter-menu v-show="showFilterMenuDropdown" />
</client-only> </client-only>
</ds-flex-item> </ds-flex-item>