From 238fdd7777ead84d92365f9dc28ae920da2f4ceb Mon Sep 17 00:00:00 2001 From: BrodyHughes <41711440+BrodyHughes@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:16:09 -0500 Subject: [PATCH] lint fix --- src/components/MobileWalletProtocolListener.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/MobileWalletProtocolListener.tsx b/src/components/MobileWalletProtocolListener.tsx index 6db813b3b8f..27a678834cb 100644 --- a/src/components/MobileWalletProtocolListener.tsx +++ b/src/components/MobileWalletProtocolListener.tsx @@ -17,7 +17,6 @@ export const MobileWalletProtocolListener = () => { useEffect(() => { const handleMessage = async () => { if (message && lastMessageUuidRef.current !== message.uuid) { - lastMessageUuidRef.current = message.uuid; // Check if it's a handshake request