mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
Fix search page community titles.
This commit is contained in:
parent
f2999df300
commit
de8ac823b3
|
@ -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,
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue