diff --git a/src/pages/Search/SearchSelectedNarrow.tsx b/src/pages/Search/SearchSelectedNarrow.tsx index 2dc6ac311444..1cc34d6bf53a 100644 --- a/src/pages/Search/SearchSelectedNarrow.tsx +++ b/src/pages/Search/SearchSelectedNarrow.tsx @@ -51,9 +51,10 @@ function SearchSelectedNarrow({options, itemsLength}: SearchSelectedNarrowProps) ref={buttonRef} style={[styles.w100, styles.ph5]} text={translate('workspace.common.selected', {selectedNumber: itemsLength})} - shouldShowRightIcon isContentCentered iconRight={Expensicons.DownArrow} + isDisabled={options.length === 0} + shouldShowRightIcon={options.length !== 0} />