don't show link share failure when close share options

This commit is contained in:
keyan 2023-10-20 20:27:07 -05:00
parent 56111efd6a
commit d1db762ecb
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ export default function Share ({ item }) {
toaster.success('link shared')
} catch (err) {
console.error(err)
toaster.danger('failed to share link')
}
}}
/>