postmerge
This commit is contained in:
parent
193015a912
commit
848d791e42
|
@ -332,9 +332,7 @@ export const Header = (props: Props) => {
|
||||||
<HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} />
|
<HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} />
|
||||||
<Show when={props.title}>
|
<Show when={props.title}>
|
||||||
<div
|
<div
|
||||||
class={clsx(styles.articleControls, 'col-auto', {
|
class={clsx(styles.articleControls, 'col-auto')}
|
||||||
[styles.articleControlsAuthorized]: author()?.id,
|
|
||||||
})}
|
|
||||||
>
|
>
|
||||||
<SharePopup
|
<SharePopup
|
||||||
title={props.title}
|
title={props.title}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user