Skip to content

Commit 4d57a31

Browse files
committed
Fix ESLint
1 parent 3ea2b1d commit 4d57a31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mobile-Expensify

src/pages/workspace/accounting/PolicyAccountingPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function PolicyAccountingPage({policy}: PolicyAccountingPageProps) {
158158
shouldCallAfterModalHide: true,
159159
},
160160
],
161-
[shouldShowEnterCredentials, shouldShowReinstallConnectorMenuItem, translate, isOffline, policyID, connectedIntegration, startIntegrationFlow],
161+
[shouldShowEnterCredentials, shouldShowReinstallConnectorMenuItem, translate, isOffline, policy, connectedIntegration, startIntegrationFlow],
162162
);
163163

164164
useFocusEffect(

0 commit comments

Comments
 (0)