mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
linting
This commit is contained in:
parent
60b9d577f0
commit
8bfe486034
@ -60,7 +60,10 @@
|
|||||||
</ds-flex-item>
|
</ds-flex-item>
|
||||||
<!-- filter menu -->
|
<!-- filter menu -->
|
||||||
<!-- TODO: Filter is only visible on index -->
|
<!-- TODO: Filter is only visible on index -->
|
||||||
<ds-flex-item v-if="isLoggedIn && SHOW_CONTENT_FILTER_HEADER_MENU" 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>
|
<client-only>
|
||||||
<filter-menu v-show="showFilterMenuDropdown" />
|
<filter-menu v-show="showFilterMenuDropdown" />
|
||||||
</client-only>
|
</client-only>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user