mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 07:36:37 +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>
|
<span>
|
||||||
<CommunityLink community={community_view.community} />
|
<CommunityLink community={community_view.community} />
|
||||||
</span>
|
</span>
|
||||||
<span>{` - ${community_view.community.title} -
|
<span>{` -
|
||||||
${i18n.t('number_of_subscribers', {
|
${i18n.t('number_of_subscribers', {
|
||||||
count: community_view.counts.subscribers,
|
count: community_view.counts.subscribers,
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in a new issue