File tree 1 file changed +0
-6
lines changed
src/pages/iou/request/step
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,12 +51,6 @@ function IOURequestStepAmount({
51
51
currentUserPersonalDetails,
52
52
shouldKeepUserInput = false ,
53
53
} : IOURequestStepAmountProps ) {
54
- const [ splitDraftTransaction ] = useOnyx ( `${ ONYXKEYS . COLLECTION . SPLIT_TRANSACTION_DRAFT } ${ transactionID ?? - 1 } ` ) ;
55
- const [ draftTransaction ] = useOnyx ( `${ ONYXKEYS . COLLECTION . TRANSACTION_DRAFT } ${ transactionID ?? - 1 } ` ) ;
56
- const [ skipConfirmation ] = useOnyx ( `${ ONYXKEYS . COLLECTION . SKIP_CONFIRMATION } ${ transactionID ?? - 1 } ` ) ;
57
- const [ personalDetails ] = useOnyx ( ONYXKEYS . PERSONAL_DETAILS_LIST ) ;
58
- const [ policy ] = useOnyx ( `${ ONYXKEYS . COLLECTION . POLICY } ${ report ? report . policyID : - 1 } ` ) ;
59
-
60
54
const { translate} = useLocalize ( ) ;
61
55
const textInput = useRef < BaseTextInputRef | null > ( null ) ;
62
56
const focusTimeoutRef = useRef < NodeJS . Timeout | null > ( null ) ;
You can’t perform that action at this time.
0 commit comments