From 17e9599c55ef68d55975e309259b594a516d313d Mon Sep 17 00:00:00 2001 From: Daniel Gale-Rosen Date: Tue, 18 Mar 2025 20:05:36 -0400 Subject: [PATCH] fix backwards comparison --- .../companyCards/WorkspaceCompanyCardPageEmptyState.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/companyCards/WorkspaceCompanyCardPageEmptyState.tsx b/src/pages/workspace/companyCards/WorkspaceCompanyCardPageEmptyState.tsx index ca610fa126e..53f06b07f66 100644 --- a/src/pages/workspace/companyCards/WorkspaceCompanyCardPageEmptyState.tsx +++ b/src/pages/workspace/companyCards/WorkspaceCompanyCardPageEmptyState.tsx @@ -71,7 +71,7 @@ function WorkspaceCompanyCardPageEmptyState({policy}: WithPolicyAndFullscreenLoa illustrationStyle={styles.emptyStateCardIllustration} illustrationContainerStyle={[styles.emptyStateCardIllustrationContainer, styles.justifyContentStart]} titleStyles={styles.textHeadlineH1} - isButtonDisabled={workspaceAccountID > CONST.DEFAULT_NUMBER_ID} + isButtonDisabled={workspaceAccountID === CONST.DEFAULT_NUMBER_ID} />