From f92600d3a7f8c9bf104ff8da99f1489ef6b710e5 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sun, 18 Oct 2020 14:02:49 +0500 Subject: [PATCH] fix: settings not opening --- apps/mobile/src/views/Settings/index.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/mobile/src/views/Settings/index.js b/apps/mobile/src/views/Settings/index.js index e4a51e18b..412509764 100644 --- a/apps/mobile/src/views/Settings/index.js +++ b/apps/mobile/src/views/Settings/index.js @@ -72,8 +72,12 @@ export const Settings = ({ navigation}) => { screen: 'settings', }); eSendEvent(eUpdateSearchState,{ - noSearch: true, - }) + placeholder:"", + data: [], + noSearch: true, + type: '', + color: null, + }); }, []); useEffect(() => {