postmerge
This commit is contained in:
parent
b36e39edf0
commit
9f6e2c7893
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user