mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
handle posturl null
This commit is contained in:
parent
ce01efcbd2
commit
dcad29a666
@ -258,7 +258,7 @@ class ApplicationContainer extends Component {
|
||||
const { currentAccount } = this.props;
|
||||
|
||||
const postUrl = postUrlParser(url);
|
||||
const { author, permlink } = postUrl;
|
||||
const { author, permlink } = postUrl || {};
|
||||
|
||||
try {
|
||||
if (author) {
|
||||
|
Loading…
Reference in New Issue
Block a user