1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-23 21:29:37 +02:00

Fixes for apps and bookmarks tabs

This commit is contained in:
unknown 2021-06-14 12:19:53 +02:00
parent ad5e7646c1
commit e884c84aa8
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ const Apps = (props: ComponentProps): JSX.Element => {
if (apps.length === 0) {
getApps();
}
}, [getApps, apps]);
}, [getApps]);
const toggleModal = (): void => {
setModalIsOpen(!modalIsOpen);