Fixed style setting
This commit is contained in:
parent
c907e6ffa5
commit
3eebc0b7ed
|
@ -331,7 +331,7 @@ export const Header = (props: Props) => {
|
|||
</div>
|
||||
<HeaderAuth setIsProfilePopupVisible={setIsProfilePopupVisible} />
|
||||
<Show when={props.title}>
|
||||
<div class={clsx(styles.articleControls, 'col-auto', {[isAuthenticated()]: styles.articleControlsAuthorized})}>
|
||||
<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