return to using whitespace (#6109)
This commit is contained in:
committed by
Dan Abramov
parent
5db0c72205
commit
3dc5e06ebd
@@ -451,8 +451,9 @@ let FeedItem = ({
|
||||
<TimeElapsed timestamp={item.notification.indexedAt}>
|
||||
{({timeElapsed}) => (
|
||||
<>
|
||||
<Text style={[a.ml_xs, pal.textLight]}>·</Text>
|
||||
<Text style={[a.ml_xs, pal.textLight]} title={niceTimestamp}>
|
||||
{/* make sure there's whitespace around the middot -sfn */}
|
||||
<Text style={[pal.textLight]}> · </Text>
|
||||
<Text style={[pal.textLight]} title={niceTimestamp}>
|
||||
{timeElapsed}
|
||||
</Text>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user