some cleanup

This commit is contained in:
ammarahm-ed
2020-11-04 09:55:55 +05:00
parent 9e01b4a749
commit 1cc59724cf
4 changed files with 7 additions and 8 deletions

View File

@@ -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();