Fixed linter error
This commit is contained in:
parent
cd803f1f07
commit
3609dc3a47
|
@ -92,7 +92,7 @@ export const Header = (props: Props) => {
|
||||||
[styles.headerFixed]: props.isHeaderFixed,
|
[styles.headerFixed]: props.isHeaderFixed,
|
||||||
[styles.headerScrolledTop]: !getIsScrollingBottom() && getIsScrolled(),
|
[styles.headerScrolledTop]: !getIsScrollingBottom() && getIsScrolled(),
|
||||||
[styles.headerScrolledBottom]: getIsScrollingBottom() && getIsScrolled(),
|
[styles.headerScrolledBottom]: getIsScrollingBottom() && getIsScrolled(),
|
||||||
[styles.headerWithTitle]: props.title
|
[styles.headerWithTitle]: Boolean(props.title)
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Modal name="auth">
|
<Modal name="auth">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user