use permanent url instead of uri #1910

Merged
tzarebczan merged 1 commit from fix-publish-notif-url into master 2018-08-28 00:54:45 +02:00

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,
})
);
};