mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix: cannot navigate to topics
This commit is contained in:
@@ -54,7 +54,7 @@ const TagsProfile = createProfile(
|
||||
);
|
||||
|
||||
const TopicsProfile = createProfile(
|
||||
(index, item, context) => (
|
||||
(index, item, _type, context) => (
|
||||
<Topic
|
||||
index={index}
|
||||
item={item}
|
||||
|
||||
Reference in New Issue
Block a user