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 timestamp={item.notification.indexedAt}>
|
||||||
{({timeElapsed}) => (
|
{({timeElapsed}) => (
|
||||||
<>
|
<>
|
||||||
<Text style={[a.ml_xs, pal.textLight]}>·</Text>
|
{/* make sure there's whitespace around the middot -sfn */}
|
||||||
<Text style={[a.ml_xs, pal.textLight]} title={niceTimestamp}>
|
<Text style={[pal.textLight]}> · </Text>
|
||||||
|
<Text style={[pal.textLight]} title={niceTimestamp}>
|
||||||
{timeElapsed}
|
{timeElapsed}
|
||||||
</Text>
|
</Text>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user