]> Untitled Git - lemmy-ui.git/commitdiff
Fix search page community titles.
authorDessalines <tyhou13@gmx.com>
Sat, 23 Jan 2021 22:26:51 +0000 (17:26 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 23 Jan 2021 22:26:51 +0000 (17:26 -0500)
src/shared/components/search.tsx

index 9af800e26bc30edeeffe646c209e96415236c303..65b1a78edb0ba2b0faf467edf26fca9c1ea7e608 100644 (file)
@@ -378,7 +378,7 @@ export class Search extends Component<any, SearchState> {
         <span>
           <CommunityLink community={community_view.community} />
         </span>
-        <span>{` - ${community_view.community.title} - 
+        <span>{` - 
         ${i18n.t('number_of_subscribers', {
           count: community_view.counts.subscribers,
         })}