Skip to content

Commit

Permalink
use correct const
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Nov 18, 2024
1 parent 094c67a commit 4f2bb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/TaxOptionsListUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function getTaxRatesSection({
return policyRatesSections;
}

if (numberOfTaxRates < CONST.TAX_RATES_LIST_THRESHOLD) {
if (numberOfTaxRates < CONST.STANDARD_LIST_ITEM_LIMIT) {
policyRatesSections.push({
// "All" section when items amount less than the threshold
title: '',
Expand Down

0 comments on commit 4f2bb8b

Please sign in to comment.