Skip to content

Commit

Permalink
Try to fix sharepart 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wrenhawth committed Jul 15, 2024
1 parent dda786c commit b827284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShareStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const ShareStep = (props: ShareStepProps) => {
title
}
if (navigator?.canShare?.(shareData)) {
await navigator.share()
await navigator.share(shareData)
} else {
navigator.clipboard.writeText(shareUrl)
}
Expand Down

0 comments on commit b827284

Please sign in to comment.