return to using whitespace (#6109)

This commit is contained in:
Samuel Newman
2024-11-04 21:47:35 +00:00
committed by Dan Abramov
parent 5db0c72205
commit 3dc5e06ebd
+3 -2
View File
@@ -451,8 +451,9 @@ let FeedItem = ({
<TimeElapsed timestamp={item.notification.indexedAt}>
{({timeElapsed}) => (
<>
<Text style={[a.ml_xs, pal.textLight]}>&middot;</Text>
<Text style={[a.ml_xs, pal.textLight]} title={niceTimestamp}>
{/* make sure there's whitespace around the middot -sfn */}
<Text style={[pal.textLight]}> &middot; </Text>
<Text style={[pal.textLight]} title={niceTimestamp}>
{timeElapsed}
</Text>
</>