Skip to content

Commit 9f432c9

Browse files
committed
Code rabbit fix for unreachable code
1 parent 68c3f95 commit 9f432c9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/webapp/app/components/onboarding/TechnologyPicker.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,6 @@ export function TechnologyPicker({
314314
</Ariakit.ComboboxItem>
315315
))}
316316

317-
{filteredOptions.length === 0 && !searchValue && (
318-
<div className="px-3 py-2 text-xs text-text-dimmed">No options</div>
319-
)}
320-
321317
{filteredOptions.length === 0 && searchValue && (
322318
<div className="px-3 py-2 text-xs text-text-dimmed">
323319
No matches for &ldquo;{searchValue}&rdquo;

0 commit comments

Comments
 (0)