fix: cannot navigate to topics

This commit is contained in:
thecodrr
2022-01-01 16:24:08 +05:00
parent f5ff99e20d
commit d17ed8abdb

View File

@@ -54,7 +54,7 @@ const TagsProfile = createProfile(
);
const TopicsProfile = createProfile(
(index, item, context) => (
(index, item, _type, context) => (
<Topic
index={index}
item={item}