From 198d701f70fe9186f59dacc4540dc3dbe7711b0a Mon Sep 17 00:00:00 2001 From: michael1011 Date: Wed, 26 Feb 2025 22:52:18 +0100 Subject: [PATCH] fix: concurrent EVM claims --- src/components/SwapChecker.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/SwapChecker.tsx b/src/components/SwapChecker.tsx index a533f0a6..0da07d97 100644 --- a/src/components/SwapChecker.tsx +++ b/src/components/SwapChecker.tsx @@ -225,8 +225,6 @@ export const SwapChecker = () => { data.transaction !== undefined ) { currentSwap.lockupTx = data.transaction.id; - - setSwap(currentSwap); await setSwapStorage(currentSwap); }