Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Sep 9, 2024
1 parent 6dc2960 commit 84ecfb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MobileWalletProtocolListener.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84ecfb3

Please sign in to comment.