Fixed code style
This commit is contained in:
parent
3eebc0b7ed
commit
867acd4b90
|
@ -331,7 +331,11 @@ export const Header = (props: Props) => {
|
|||
</div>
|
||||
<HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} />
|
||||
<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
|
||||
title={props.title}
|
||||
imageUrl={props.cover}
|
||||
|
|
Loading…
Reference in New Issue
Block a user