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:
parent
3f16ab203e
commit
ef669cab51
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ const LabLayout: FC<IProps> = () => {
|
|||
}
|
||||
|
||||
dispatch(labGetMore());
|
||||
}, [nodes, count]);
|
||||
}, [nodes, count, dispatch]);
|
||||
|
||||
const isInitialLoading = is_loading && !nodes.length;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue