Skip to content

Commit

Permalink
Merge pull request #45318 from hoangzinh/42900-stop-OpenWorkspaceView…
Browse files Browse the repository at this point in the history
…-API-call-in-policy-profile

[NO QA] Stop call OpenWorkspaceView on workspace profile page
  • Loading branch information
mountiny authored Jul 12, 2024
2 parents b563bd7 + c686eb2 commit 29393b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspaceProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ function WorkspaceProfilePage({policyDraft, policy: policyProp, currencyList = {
shouldShowOfflineIndicatorInWideScreen
shouldShowNonAdmin
icon={Illustrations.House}
shouldSkipVBBACall={false}
>
{(hasVBA?: boolean) => (
<View style={[styles.flex1, styles.mt3, isSmallScreenWidth ? styles.workspaceSectionMobile : styles.workspaceSection]}>
Expand Down

0 comments on commit 29393b1

Please sign in to comment.