Skip to content

Commit 18d9fd0

Browse files
committed
use gte instead of gt
1 parent 2677071 commit 18d9fd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SpendRules/SpendRulesSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function SpendRulesSection({policyID}: SpendRulesSectionProps) {
142142
isCentralPane
143143
subtitleMuted
144144
>
145-
{cardRules.length > CONST.STANDARD_LIST_ITEM_LIMIT && (
145+
{cardRules.length >= CONST.STANDARD_LIST_ITEM_LIMIT && (
146146
<SearchBar
147147
label={translate('workspace.card.searchRules')}
148148
inputValue={inputValue}

0 commit comments

Comments
 (0)