Skip to content

Commit 8674e0d

Browse files
committed
initalpage props cleanup
1 parent fdf3e04 commit 8674e0d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/pages/workspace/reimburse/WorkspaceRateAndUnitPage/InitialPage.tsx

+2-5
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,11 @@ import * as Policy from '@userActions/Policy/Policy';
2121
import CONST from '@src/CONST';
2222
import ONYXKEYS from '@src/ONYXKEYS';
2323
import ROUTES from '@src/ROUTES';
24-
import type {Network, ReimbursementAccount, WorkspaceRateAndUnit} from '@src/types/onyx';
24+
import type {ReimbursementAccount, WorkspaceRateAndUnit} from '@src/types/onyx';
2525
import type {Unit} from '@src/types/onyx/Policy';
2626
import {isEmptyObject} from '@src/types/utils/EmptyObject';
2727

28-
type WorkspaceRateAndUnitPageBaseProps = WithPolicyProps & {
29-
// eslint-disable-next-line react/no-unused-prop-types
30-
network: OnyxEntry<Network>;
31-
};
28+
type WorkspaceRateAndUnitPageBaseProps = WithPolicyProps;
3229

3330
type WorkspaceRateAndUnitOnyxProps = {
3431
workspaceRateAndUnit: OnyxEntry<WorkspaceRateAndUnit>;

0 commit comments

Comments
 (0)