Skip to content

Commit

Permalink
add correct check
Browse files Browse the repository at this point in the history
  • Loading branch information
narefyev91 committed Oct 15, 2024
1 parent 5d60d67 commit ab61ef3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function WorkspaceCompanyCardPage({route}: WorkspaceCompanyCardPageProps) {
)}
{!isLoading && (
<WorkspacePageWithSections
shouldUseScrollView
shouldUseScrollView={!isFeedAdded}
icon={Illustrations.CompanyCard}
headerText={translate('workspace.common.companyCards')}
route={route}
Expand Down

0 comments on commit ab61ef3

Please sign in to comment.