We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2677071 commit 18d9fd0Copy full SHA for 18d9fd0
1 file changed
src/components/SpendRules/SpendRulesSection.tsx
@@ -142,7 +142,7 @@ function SpendRulesSection({policyID}: SpendRulesSectionProps) {
142
isCentralPane
143
subtitleMuted
144
>
145
- {cardRules.length > CONST.STANDARD_LIST_ITEM_LIMIT && (
+ {cardRules.length >= CONST.STANDARD_LIST_ITEM_LIMIT && (
146
<SearchBar
147
label={translate('workspace.card.searchRules')}
148
inputValue={inputValue}
0 commit comments