1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

added lab pagination

This commit is contained in:
Fedor Katurov 2021-10-05 12:44:28 +07:00
parent ae93ff065d
commit c986bc434b
8 changed files with 79 additions and 21 deletions

View file

@ -55,10 +55,6 @@ const FlowLayout: FC = () => {
labUpdates,
]);
useEffect(() => {
window.scrollTo(0, (window as any).flowScrollPos || 0);
}, []);
return (
<div className={classNames(styles.container, { [styles.fluid]: isFluid })}>
<div className={styles.grid}>