mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
mobile: fix all eslint warnings
This commit is contained in:
@@ -89,7 +89,7 @@ const _Tabs = () => {
|
||||
setTimeout(() => {
|
||||
useNavigationStore.getState().update({ name: homepage });
|
||||
}, 1000);
|
||||
}, []);
|
||||
}, [homepage]);
|
||||
|
||||
return (
|
||||
<NativeStack.Navigator
|
||||
@@ -169,7 +169,7 @@ const _NavigationStack = () => {
|
||||
}
|
||||
hideAllTooltips();
|
||||
eSendEvent("navigate");
|
||||
});
|
||||
}, [clearSelection]);
|
||||
|
||||
return (
|
||||
<Container>
|
||||
|
||||
Reference in New Issue
Block a user