handle posturl null

This commit is contained in:
feruzm 2020-12-26 22:04:59 +02:00
parent ce01efcbd2
commit dcad29a666

View File

@ -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) {