Skip to content

Commit 1245bff

Browse files
authored
Merge pull request Expensify#58670 from Expensify/dangrous-fixinactivecompanycards
[CP Staging] Re-enable adding company cards to new workspaces
2 parents c94cb19 + 17e9599 commit 1245bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/companyCards/WorkspaceCompanyCardPageEmptyState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function WorkspaceCompanyCardPageEmptyState({policy}: WithPolicyAndFullscreenLoa
7171
illustrationStyle={styles.emptyStateCardIllustration}
7272
illustrationContainerStyle={[styles.emptyStateCardIllustrationContainer, styles.justifyContentStart]}
7373
titleStyles={styles.textHeadlineH1}
74-
isButtonDisabled={workspaceAccountID > CONST.DEFAULT_NUMBER_ID}
74+
isButtonDisabled={workspaceAccountID === CONST.DEFAULT_NUMBER_ID}
7575
/>
7676
<DelegateNoAccessModal
7777
isNoDelegateAccessMenuVisible={isNoDelegateAccessMenuVisible}

0 commit comments

Comments
 (0)