style: auto format whole project
This commit is contained in:
@@ -5,7 +5,5 @@ import useScrollTrigger from '@mui/material/useScrollTrigger';
|
||||
export default function HideOnScroll(props: SlideProps): React.ReactElement {
|
||||
const trigger = useScrollTrigger();
|
||||
|
||||
return (
|
||||
<Slide appear={false} direction="down" in={!trigger} {...props} />
|
||||
);
|
||||
};
|
||||
return <Slide appear={false} direction="down" in={!trigger} {...props} />;
|
||||
}
|
||||
|
Reference in New Issue
Block a user