1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

removed text posts line at the top

This commit is contained in:
Fedor Katurov 2021-10-29 16:56:42 +07:00
parent 3f16ab203e
commit ef669cab51
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ const LabLayout: FC<IProps> = () => {
}
dispatch(labGetMore());
}, [nodes, count]);
}, [nodes, count, dispatch]);
const isInitialLoading = is_loading && !nodes.length;