Skip to content

Commit

Permalink
fix: wrong argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tuul-wq committed Sep 27, 2024
1 parent edbaf45 commit 2147b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/receive/$chainId.$assetId.address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const Page = () => {
<PopoverContent>Address copied</PopoverContent>
</Popover>
{/* @ts-expect-error share functionality doesn't exist in Mozilla */}
{!TelegramApi.isWebPlatform(webApp) && navigator.canShare && (
{!TelegramApi.isWebPlatform && navigator.canShare && (
<Button
color="primary"
variant="flat"
Expand Down

0 comments on commit 2147b53

Please sign in to comment.