Fixed code style

This commit is contained in:
kvakazyambra 2024-04-30 16:26:31 +03:00
parent 3eebc0b7ed
commit 867acd4b90

View File

@ -331,7 +331,11 @@ export const Header = (props: Props) => {
</div> </div>
<HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} /> <HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} />
<Show when={props.title}> <Show when={props.title}>
<div class={clsx(styles.articleControls, 'col-auto', {[styles.articleControlsAuthorized]: isAuthenticated()})}> <div
class={clsx(styles.articleControls, 'col-auto', {
[styles.articleControlsAuthorized]: isAuthenticated(),
})}
>
<SharePopup <SharePopup
title={props.title} title={props.title}
imageUrl={props.cover} imageUrl={props.cover}