From d2393354fa36bcec31c24f9b1db3d343de596384 Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Wed, 13 Dec 2023 00:29:24 +0800 Subject: [PATCH] fix lint --- src/pages/iou/request/step/IOURequestStepParticipants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/request/step/IOURequestStepParticipants.js b/src/pages/iou/request/step/IOURequestStepParticipants.js index 6b243a749266..4ab30e617c4e 100644 --- a/src/pages/iou/request/step/IOURequestStepParticipants.js +++ b/src/pages/iou/request/step/IOURequestStepParticipants.js @@ -70,7 +70,7 @@ function IOURequestStepParticipants({ (nextStepIOUType) => { Navigation.navigate(ROUTES.MONEY_REQUEST_STEP_CONFIRMATION.getRoute(nextStepIOUType, transactionID, selectedReportID.current || reportID)); }, - [iouType, transactionID, reportID], + [transactionID, reportID], ); const navigateBack = useCallback(() => {