mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix searchbar always showing
This commit is contained in:
@@ -193,7 +193,7 @@ export const Container = ({
|
|||||||
customIcon={customIcon}
|
customIcon={customIcon}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{data[0] || !noSearch ? (
|
{data[0] && !noSearch ? (
|
||||||
<Search
|
<Search
|
||||||
clear={() => setText('')}
|
clear={() => setText('')}
|
||||||
hide={hideHeader}
|
hide={hideHeader}
|
||||||
|
|||||||
Reference in New Issue
Block a user