We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e339c0b commit 09179a8Copy full SHA for 09179a8
1 file changed
src/components/KYCWall/BaseKYCWall.tsx
@@ -27,7 +27,7 @@ import {setKYCWallSource} from '@userActions/Wallet';
27
import CONST from '@src/CONST';
28
import ONYXKEYS from '@src/ONYXKEYS';
29
import ROUTES from '@src/ROUTES';
30
-import {areInvoicesEnabledSelector, lastWorkspaceNumberSelector} from '@src/selectors/Policy';
+import {lastWorkspaceNumberSelector} from '@src/selectors/Policy';
31
import type {BankAccountList, Policy} from '@src/types/onyx';
32
import {getEmptyObject} from '@src/types/utils/EmptyObject';
33
import viewRef from '@src/types/utils/viewRef';
0 commit comments