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(", ")}