postmerge

This commit is contained in:
Untone 2024-05-04 22:52:31 +03:00
parent 193015a912
commit 848d791e42

View File

@ -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}