mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
revert postListItem format date
This commit is contained in:
parent
e035ae08d4
commit
3326f97395
@ -44,14 +44,12 @@ class PostListItemView extends Component {
|
||||
intl,
|
||||
} = this.props;
|
||||
|
||||
const formatedTime = created && intl.formatRelative(created);
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
<View style={styles.container}>
|
||||
<View style={styles.header}>
|
||||
<PostHeaderDescription
|
||||
date={formatedTime}
|
||||
date={intl.formatRelative(created)}
|
||||
name={username}
|
||||
reputation={reputation}
|
||||
size={32}
|
||||
|
Loading…
Reference in New Issue
Block a user