Skip to content

Commit 52f44cc

Browse files
committed
Update
1 parent 0f11bf7 commit 52f44cc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/components/Views/confirmations/components/send/recipient/recipient.test.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ describe('Recipient', () => {
285285
// eslint-disable-next-line @typescript-eslint/no-explicit-any
286286
fromAccount: {} as any,
287287
from: '',
288+
maxValueMode: false,
288289
updateAsset: jest.fn(),
289290
updateValue: jest.fn(),
290291
value: undefined,
@@ -372,6 +373,7 @@ describe('Recipient', () => {
372373
// eslint-disable-next-line @typescript-eslint/no-explicit-any
373374
fromAccount: {} as any,
374375
from: '',
376+
maxValueMode: false,
375377
updateAsset: jest.fn(),
376378
updateValue: jest.fn(),
377379
value: undefined,
@@ -396,6 +398,7 @@ describe('Recipient', () => {
396398
// eslint-disable-next-line @typescript-eslint/no-explicit-any
397399
fromAccount: {} as any,
398400
from: '',
401+
maxValueMode: false,
399402
updateAsset: jest.fn(),
400403
updateValue: jest.fn(),
401404
value: undefined,

app/components/Views/confirmations/components/send/recipient/recipient.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import { useRecipientSelectionMetrics } from '../../../hooks/send/metrics/useRec
2222
import { useRouteParams } from '../../../hooks/send/useRouteParams';
2323
import { useSendActions } from '../../../hooks/send/useSendActions';
2424
import { RecipientInputMethod } from '../../../context/send-context/send-metrics-context';
25-
import { useRouteParams } from '../../../hooks/send/useRouteParams';
2625
import { useSendType } from '../../../hooks/send/useSendType';
2726
import { RecipientList } from '../../recipient-list/recipient-list';
2827
import { RecipientInput } from '../../recipient-input';

0 commit comments

Comments
 (0)