fmt
This commit is contained in:
parent
3161c2b2ec
commit
629c2ad3de
|
@ -331,9 +331,7 @@ export const Header = (props: Props) => {
|
||||||
</div>
|
</div>
|
||||||
<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')}
|
|
||||||
>
|
|
||||||
<SharePopup
|
<SharePopup
|
||||||
title={props.title}
|
title={props.title}
|
||||||
imageUrl={props.cover}
|
imageUrl={props.cover}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user