Skip to content

Commit

Permalink
Merge branch 'fix/dashboard-ui' into tmp/20240927
Browse files Browse the repository at this point in the history
  • Loading branch information
heisenberg-2077 committed Sep 24, 2024
2 parents e60aa3c + 1549c03 commit ec52289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const Process = ({
<>
{content}
{mergedStatus === WALLETCONNECT_STATUS_MAP.CONNECTED && (
<span>({sendingCounter}s)</span>
<span> ({sendingCounter}s)</span>
)}
</>
}
Expand Down

0 comments on commit ec52289

Please sign in to comment.