mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix deleting topics from AddNotebookDialog
This commit is contained in:
@@ -181,9 +181,8 @@ const SimpleList = ({
|
||||
return <ListHeaderComponent type={dataType} data={listData}/>;
|
||||
case 'header':
|
||||
return <RenderSectionHeader item={data}/>;
|
||||
|
||||
default:
|
||||
return null;
|
||||
return <RenderItem item={data} index={index}/>;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user