Skip to content

Commit

Permalink
fix rule page loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodebrute committed Sep 10, 2024
1 parent fe4d19e commit f917c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/workspace/rules/PolicyRulesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function PolicyRulesPage({route}: PolicyRulesPageProps) {
route={route}
icon={Illustrations.Rules}
shouldShowNotFoundPage={!canUseWorkspaceRules}
shouldShowLoading={false}
>
<View style={[styles.mt3, shouldUseNarrowLayout ? styles.workspaceSectionMobile : styles.workspaceSection]}>
<IndividualExpenseRulesSection policyID={policyID} />
Expand Down

0 comments on commit f917c52

Please sign in to comment.