Skip to content

Commit

Permalink
fix loading type
Browse files Browse the repository at this point in the history
  • Loading branch information
srikarparsi committed Feb 8, 2025
1 parent 86d3125 commit 1b362ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1013,6 +1013,7 @@ type OnyxValuesMapping = {
[ONYXKEYS.IS_TEST_TOOLS_MODAL_OPEN]: boolean;
[ONYXKEYS.APP_PROFILING_IN_PROGRESS]: boolean;
[ONYXKEYS.IS_LOADING_APP]: boolean;
[ONYXKEYS.IS_LOADING_SECTION_DATA]: boolean;
[ONYXKEYS.WALLET_TRANSFER]: OnyxTypes.WalletTransfer;
[ONYXKEYS.LAST_ACCESSED_WORKSPACE_POLICY_ID]: string;
[ONYXKEYS.SHOULD_SHOW_COMPOSE_INPUT]: boolean;
Expand Down
1 change: 0 additions & 1 deletion src/pages/workspace/rules/CustomRulesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import useThemeStyles from '@hooks/useThemeStyles';
import Navigation from '@libs/Navigation/Navigation';
import {getParsedComment} from '@libs/ReportUtils';
import ROUTES from '@src/ROUTES';

Check failure on line 10 in src/pages/workspace/rules/CustomRulesSection.tsx

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

Replace `ROUTES·from·'@src/ROUTE` with `ONYXKEYS·from·'@src/ONYXKEY`
import LoadingBar from '@components/LoadingBar';
import { useOnyx } from 'react-native-onyx';

Check failure on line 11 in src/pages/workspace/rules/CustomRulesSection.tsx

View workflow job for this annotation

GitHub Actions / Changed files ESLint check

Replace `{·useOnyx·}·from·'react-native-onyx';⏎import·ONYXKEYS·from·'@src/ONYXKEY` with `ROUTES·from·'@src/ROUTE`
import ONYXKEYS from '@src/ONYXKEYS';

Expand Down

0 comments on commit 1b362ae

Please sign in to comment.