From 2147b53c7b9b4ad56e575db326b2956ed3a1460e Mon Sep 17 00:00:00 2001 From: Yaroslav Grachev Date: Fri, 27 Sep 2024 17:14:39 +0300 Subject: [PATCH] fix: wrong argument --- app/routes/receive/$chainId.$assetId.address.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/receive/$chainId.$assetId.address.tsx b/app/routes/receive/$chainId.$assetId.address.tsx index b04d873..2dedec1 100644 --- a/app/routes/receive/$chainId.$assetId.address.tsx +++ b/app/routes/receive/$chainId.$assetId.address.tsx @@ -70,7 +70,7 @@ const Page = () => { Address copied {/* @ts-expect-error share functionality doesn't exist in Mozilla */} - {!TelegramApi.isWebPlatform(webApp) && navigator.canShare && ( + {!TelegramApi.isWebPlatform && navigator.canShare && (