mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
some cleanup
This commit is contained in:
@@ -13,7 +13,7 @@ import {HeaderLeftMenu} from "./HeaderLeftMenu";
|
||||
import { eScrollEvent } from '../../utils/Events';
|
||||
|
||||
let timeout = null;
|
||||
export const Header = ({showSearch, root}) => {
|
||||
export const Header = ({ root}) => {
|
||||
const [state, ] = useTracked();
|
||||
const {colors, syncing} = state;
|
||||
const insets = useSafeAreaInsets();
|
||||
|
||||
Reference in New Issue
Block a user