From dc8ad3ebed0f5bf4d4de9ed2641b5ed64938b426 Mon Sep 17 00:00:00 2001 From: Aslam H Date: Sat, 7 Sep 2024 01:50:56 +0700 Subject: [PATCH] chore: blur out a bit for topic --- web/components/routes/public/Autocomplete.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/routes/public/Autocomplete.tsx b/web/components/routes/public/Autocomplete.tsx index f17adcbf..4315cdbf 100644 --- a/web/components/routes/public/Autocomplete.tsx +++ b/web/components/routes/public/Autocomplete.tsx @@ -147,7 +147,7 @@ export function Autocomplete({ topics = [], onSelect, onInputChange }: Autocompl className="min-h-10 rounded-none px-3 py-1.5" > {topic.prettyName} - + {topic.connectedTopics.length > 0 && topic.connectedTopics.join(", ")}