Fixed linter error

This commit is contained in:
kvakazyambra 2022-10-04 13:48:11 +03:00
parent cd803f1f07
commit 3609dc3a47

View File

@ -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">