Merge pull request #1910 from lbryio/fix-publish-notif-url

use permanent url instead of uri
This commit is contained in:
Sean Yesmunt 2018-08-27 18:54:44 -04:00 committed by GitHub
commit 7d78bb0c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,7 +284,7 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch, getState: GetS
notif.onclick = () => {
dispatch(
doNavigate('/show', {
uri: claim.name,
uri: claim.permanent_url,
})
);
};