Fixing extra spacing in notification text (#5396)
This commit is contained in:
@@ -316,8 +316,7 @@ let FeedItem = ({
|
|||||||
{authors.length > 1 ? (
|
{authors.length > 1 ? (
|
||||||
<>
|
<>
|
||||||
<Text style={[pal.text, s.mr5, s.ml5]}>
|
<Text style={[pal.text, s.mr5, s.ml5]}>
|
||||||
{' '}
|
<Trans>and</Trans>
|
||||||
<Trans>and</Trans>{' '}
|
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={[pal.text, s.bold]}>
|
<Text style={[pal.text, s.bold]}>
|
||||||
{plural(authors.length - 1, {
|
{plural(authors.length - 1, {
|
||||||
|
|||||||
Reference in New Issue
Block a user