From d17ed8abdb0abea4f420976d092d7aec2f75ecd2 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Sat, 1 Jan 2022 16:24:08 +0500 Subject: [PATCH] fix: cannot navigate to topics --- apps/web/src/common/list-profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/common/list-profiles.js b/apps/web/src/common/list-profiles.js index 9bb57f0c1..4efc4f18a 100644 --- a/apps/web/src/common/list-profiles.js +++ b/apps/web/src/common/list-profiles.js @@ -54,7 +54,7 @@ const TagsProfile = createProfile( ); const TopicsProfile = createProfile( - (index, item, context) => ( + (index, item, _type, context) => (