Skip to content

Commit aff8da3

Browse files
committed
fix: lint
1 parent 6cfc5de commit aff8da3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/KYCWall/BaseKYCWall.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function KYCWall({
158158
Navigation.navigate(bankAccountRoute);
159159
}
160160
},
161-
[addBankAccountRoute, addDebitCardRoute, chatReport, iouReport, onSelectPaymentMethod, formatPhoneNumber, lastPaymentMethod],
161+
[addBankAccountRoute, addDebitCardRoute, chatReport, iouReport, onSelectPaymentMethod, formatPhoneNumber, lastPaymentMethod, allReports],
162162
);
163163

164164
/**

0 commit comments

Comments
 (0)