Skip to content

Commit 1b41bf2

Browse files
committed
frontend: disable esc on send screen when confirming
1 parent 3b35d05 commit 1b41bf2

File tree

1 file changed

+2
-1
lines changed
  • frontends/web/src/routes/account/send

1 file changed

+2
-1
lines changed

frontends/web/src/routes/account/send/send.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,8 @@ export const Send = ({
449449
{t('send.button')}
450450
</Button>
451451
<BackButton
452-
enableEsc>
452+
enableEsc={!isConfirming}
453+
>
453454
{t('button.back')}
454455
</BackButton>
455456
</ColumnButtons>

0 commit comments

Comments
 (0)