mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
refactor: typography
This commit is contained in:
@@ -7,7 +7,7 @@ import { ActionIcon } from '../ActionIcon';
|
||||
|
||||
export const HeaderLeftMenu = () => {
|
||||
const [state] = useTracked();
|
||||
const {colors, headerMenuState, searchResults} = state;
|
||||
const {colors, headerMenuState, currentScreen} = state;
|
||||
|
||||
const onLeftButtonPress = () => {
|
||||
if (headerMenuState) {
|
||||
@@ -19,7 +19,7 @@ export const HeaderLeftMenu = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
{!DDS.isTab ? (
|
||||
{!DDS.isTab || currentScreen === 'search' ? (
|
||||
<ActionIcon
|
||||
testID="left_menu_button"
|
||||
customStyle={{
|
||||
|
||||
Reference in New Issue
Block a user