Skip to content

Commit 79d94a3

Browse files
Fix policy errors
1 parent 1947343 commit 79d94a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hooks/useSearchTypeMenuSections.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const policyMapper = (policy: OnyxEntry<Policy>): OnyxEntry<Policy> =>
2525
isPolicyExpenseChatEnabled: policy.isPolicyExpenseChatEnabled,
2626
isJoinRequestPending: policy.isJoinRequestPending,
2727
pendingAction: policy.pendingAction,
28+
errors: policy.errors,
2829
reimburser: policy.reimburser,
2930
exporter: policy.exporter,
3031
approver: policy.approver,

0 commit comments

Comments
 (0)