diff --git a/components/Swap/AtomicChat/Resolver.tsx b/components/Swap/AtomicChat/Resolver.tsx index 6ef045a02..0b227b0b5 100644 --- a/components/Swap/AtomicChat/Resolver.tsx +++ b/components/Swap/AtomicChat/Resolver.tsx @@ -374,7 +374,7 @@ export const ActionsWithProgressbar: FC = () => { } { - timelock && Number(timelock) - (Date.now() / 1000) > 0 && !sourceDetails?.claimed && + timelock && Number(timelock) - (Date.now() / 1000) > 0 && sourceDetails?.claimed == 1 && }