postmerge

This commit is contained in:
Untone 2024-05-04 20:18:08 +03:00
parent b36e39edf0
commit 9f6e2c7893

View File

@ -223,7 +223,7 @@ export const HeaderAuth = (props: Props) => {
</div> </div>
</Show> </Show>
<Show when={isCreatePostButtonVisible() && ! !author()?.id}> <Show when={isCreatePostButtonVisible() && !!author()?.id}>
<div <div
class={clsx( class={clsx(
styles.userControlItem, styles.userControlItem,