diff --git a/react/containers/PublishForm.jsx b/react/containers/PublishForm.jsx index eb6c68d1..5df38ba6 100644 --- a/react/containers/PublishForm.jsx +++ b/react/containers/PublishForm.jsx @@ -79,7 +79,7 @@ class PublishForm extends React.Component { console.log('publish response:', xhr.response); if (xhr.status === 200) { console.log('publish complete!'); - that.props.onPublishStatusChange(SUCCESS, JSON.parse(xhr.response).message); + that.props.onPublishStatusChange(SUCCESS, JSON.parse(xhr.response).message.lbryTx.claim_id); } else if (xhr.status === 502) { that.props.onPublishStatusChange(FAILED, 'Spee.ch was not able to get a response from the LBRY network.'); } else { diff --git a/views/layouts/main.handlebars b/views/layouts/main.handlebars index 276b0033..40ed3aee 100644 --- a/views/layouts/main.handlebars +++ b/views/layouts/main.handlebars @@ -18,10 +18,8 @@ - - {{> navBar}}