An ATproto social media client -- with an independent Appview.

Fixing extra spacing in notification text (#5396)

authored by

Wesley and committed by
GitHub
e07f5d59 5be5f96f

+1 -2
+1 -2
src/view/com/notifications/FeedItem.tsx
··· 316 {authors.length > 1 ? ( 317 <> 318 <Text style={[pal.text, s.mr5, s.ml5]}> 319 - {' '} 320 - <Trans>and</Trans>{' '} 321 </Text> 322 <Text style={[pal.text, s.bold]}> 323 {plural(authors.length - 1, {
··· 316 {authors.length > 1 ? ( 317 <> 318 <Text style={[pal.text, s.mr5, s.ml5]}> 319 + <Trans>and</Trans> 320 </Text> 321 <Text style={[pal.text, s.bold]}> 322 {plural(authors.length - 1, {