diff --git a/src/screens/application/container/applicationContainer.js b/src/screens/application/container/applicationContainer.js index 0e5dea3b5..f870e0d81 100644 --- a/src/screens/application/container/applicationContainer.js +++ b/src/screens/application/container/applicationContainer.js @@ -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) {