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} />
<Show when={props.title}>
<div
class={clsx(styles.articleControls, 'col-auto', {
[styles.articleControlsAuthorized]: author()?.id,
})}
class={clsx(styles.articleControls, 'col-auto')}
>
<SharePopup
title={props.title}