mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 19:01:38 +03:00
fixed #516
This commit is contained in:
parent
a79fbc5bfe
commit
3e9f39ac8f
@ -128,7 +128,7 @@ class PostDisplayView extends PureComponent {
|
||||
<PostPlaceHolder />
|
||||
) : (
|
||||
<View onLayout={event => this._handleOnPostLayout(event)}>
|
||||
<Text style={styles.title}>{post.title || "Not Found"}</Text>
|
||||
{!!post.title && <Text style={styles.title}>{post.title}</Text>}
|
||||
<PostHeaderDescription
|
||||
date={formatedTime}
|
||||
name={post.author}
|
||||
|
Loading…
Reference in New Issue
Block a user