Skip to content

Commit

Permalink
prettier diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Mar 22, 2024
1 parent d0f8e81 commit 29181d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/workflows/WorkspaceWorkflowsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ function WorkspaceWorkflowsPage({policy, betas, route, reimbursementAccount, ses

const isPaidGroupPolicy = PolicyUtils.isPaidGroupPolicy(policy);
const isPolicyAdmin = PolicyUtils.isPolicyAdmin(policy);
const isLoading = reimbursementAccount?.isLoading && policy?.reimbursementChoice === undefined
const isLoading = reimbursementAccount?.isLoading && policy?.reimbursementChoice === undefined;

return (
<FeatureEnabledAccessOrNotFoundWrapper
Expand Down

0 comments on commit 29181d7

Please sign in to comment.