Skip to content

Commit

Permalink
fixes the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Mar 15, 2024
1 parent 90ff6b8 commit 2630ac4
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 @@ -224,7 +224,7 @@ function WorkspaceWorkflowsPage({policy, betas, route, reimbursementAccount, ses

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

return (
<WorkspacePageWithSections
Expand Down

0 comments on commit 2630ac4

Please sign in to comment.