From a84f15dd0e3270593204b17529f06933bed5cb63 Mon Sep 17 00:00:00 2001 From: Ilya Bondar Date: Wed, 19 Feb 2025 15:17:53 +0100 Subject: [PATCH] format:fix --- apps/chat/src/components/Marketplace/TopicsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/chat/src/components/Marketplace/TopicsList.tsx b/apps/chat/src/components/Marketplace/TopicsList.tsx index f5dbc918b..2393cbe8d 100644 --- a/apps/chat/src/components/Marketplace/TopicsList.tsx +++ b/apps/chat/src/components/Marketplace/TopicsList.tsx @@ -13,7 +13,7 @@ interface AllTopicsProps { const AllTopics = memo(({ topics, allTopicsRef }: AllTopicsProps) => { return (
{topics.map((topic) => (