Skip to content

Commit 2cfccec

Browse files
Update app/components/shared/UrlCombobox.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent caf2c88 commit 2cfccec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/components/shared/UrlCombobox.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ export default function UrlCombobox({
151151

152152
const defaultRenderOption = (option: ComboboxOption, isHighlighted: boolean, index: number) => (
153153
<button
154-
key={option.value}
155154
id={`${inputId}-option-${index}`}
156155
type="button"
157156
onClick={() => handleSelect(option)}

0 commit comments

Comments
 (0)