Merge pull request #1910 from lbryio/fix-publish-notif-url
use permanent url instead of uri
This commit is contained in:
commit
7d78bb0c11
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ export const doCheckPendingPublishes = () => (dispatch: Dispatch, getState: GetS
|
|||
notif.onclick = () => {
|
||||
dispatch(
|
||||
doNavigate('/show', {
|
||||
uri: claim.name,
|
||||
uri: claim.permanent_url,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue