Fixing extra spacing in notification text (#5396)

This commit is contained in:
Wesley
2024-09-20 17:06:31 -03:00
committed by GitHub
parent 5be5f96faa
commit e07f5d5980
+1 -2
View File
@@ -316,8 +316,7 @@ let FeedItem = ({
{authors.length > 1 ? (
<>
<Text style={[pal.text, s.mr5, s.ml5]}>
{' '}
<Trans>and</Trans>{' '}
<Trans>and</Trans>
</Text>
<Text style={[pal.text, s.bold]}>
{plural(authors.length - 1, {