address review: timeless comment wording

This commit is contained in:
Evan Rusackas
2026-06-05 20:14:37 -07:00
committed by Evan
parent bd1420cfd8
commit e274b45bc6
@@ -246,7 +246,7 @@ export const DropdownContainer = forwardRef(
overflowingIndex !== -1 ? items.length - overflowingIndex : 0;
// Always show button when items exist to prevent layout shifts
// and ensure consistent UI even when nothing is currently overflowing
// and ensure consistent UI even when no items are overflowing
const shouldShowButton = items.length > 0 || !!dropdownContent;
const popoverContent = useMemo(