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