fix share link

This commit is contained in:
Sean Yesmunt 2020-06-05 11:05:47 -04:00
parent 25e6d5501b
commit fea3533b4c

View file

@ -165,7 +165,7 @@ const ClaimPreview = forwardRef<any, {}>((props: Props, ref: any) => {
e.stopPropagation();
if (claim) {
const shareLink = convertToShareLink(claim.canonical_url || claim.permanent_url);
openCopyLinkMenu(shareLink.replace('#', ':'), e);
openCopyLinkMenu(shareLink.replace(/#/g, ':'), e);
}
// @endif
}