Skip to content

Commit

Permalink
fix: condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mananjadhav committed Jul 2, 2024
1 parent c1fb3a3 commit cbe7cd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function NetSuiteImportPage({policy}: WithPolicyConnectionsProps) {
))}
</View>

{canUseTaxNetSuite(canUseNetSuiteUSATax, selectedSubsidiary) && (
{canUseTaxNetSuite(canUseNetSuiteUSATax, selectedSubsidiary?.country) && (
<View style={[styles.flex1, styles.ph5, styles.mb4]}>
<ToggleSettingOptionRow
title={translate('common.tax')}
Expand Down

0 comments on commit cbe7cd5

Please sign in to comment.