File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/components/Views/confirmations/components/send/recipient Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import { useRecipientSelectionMetrics } from '../../../hooks/send/metrics/useRec
2222import { useRouteParams } from '../../../hooks/send/useRouteParams' ;
2323import { useSendActions } from '../../../hooks/send/useSendActions' ;
2424import { RecipientInputMethod } from '../../../context/send-context/send-metrics-context' ;
25- import { useRouteParams } from '../../../hooks/send/useRouteParams' ;
2625import { useSendType } from '../../../hooks/send/useSendType' ;
2726import { RecipientList } from '../../recipient-list/recipient-list' ;
2827import { RecipientInput } from '../../recipient-input' ;
You can’t perform that action at this time.
0 commit comments