Skip to content

Commit 23a7144

Browse files
committed
lint
1 parent b70c627 commit 23a7144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/FilterDropdowns/CardSelectPopup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function CardSelectPopup({isExpanded, updateFilterForm, closeOverlay}: CardSelec
185185
onApply={applyChanges}
186186
resetSentryLabel={CONST.SENTRY_LABEL.SEARCH.FILTER_POPUP_RESET_CARD}
187187
applySentryLabel={CONST.SENTRY_LABEL.SEARCH.FILTER_POPUP_APPLY_CARD}
188-
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing - we want to fallback to 1 when it's 0
188+
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing -- we want to fallback to 1 when it's 0
189189
style={styles.getCardSelectionListPopoverHeight(itemCount || 1, sectionHeaderCount, windowHeight, shouldUseNarrowLayout, isInLandscapeMode, shouldShowSearchInput)}
190190
>
191191
{!!shouldShowLoadingState && (

0 commit comments

Comments
 (0)