mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
only one if instead of two
This commit is contained in:
parent
e8d33aba1b
commit
18749f48d8
@ -62,7 +62,10 @@
|
||||
<!-- filter-menu
|
||||
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 && SHOW_CONTENT_FILTER_HEADER_MENU"
|
||||
style="flex-grow: 0; flex-basis: auto"
|
||||
>
|
||||
<client-only>
|
||||
<filter-menu v-show="showFilterMenuDropdown" />
|
||||
</client-only>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user