Skip to content

Commit 29181d7

Browse files
committed
prettier diffs
1 parent d0f8e81 commit 29181d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/workflows/WorkspaceWorkflowsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ function WorkspaceWorkflowsPage({policy, betas, route, reimbursementAccount, ses
264264

265265
const isPaidGroupPolicy = PolicyUtils.isPaidGroupPolicy(policy);
266266
const isPolicyAdmin = PolicyUtils.isPolicyAdmin(policy);
267-
const isLoading = reimbursementAccount?.isLoading && policy?.reimbursementChoice === undefined
267+
const isLoading = reimbursementAccount?.isLoading && policy?.reimbursementChoice === undefined;
268268

269269
return (
270270
<FeatureEnabledAccessOrNotFoundWrapper

0 commit comments

Comments
 (0)