Skip to content

Commit

Permalink
Remove leftover id prop
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapado committed Feb 5, 2019
1 parent bf817af commit a9a7f44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const Dropdown = ({ options, value, onchange }: DropdownProps) => {

interface TextInputProps {
value: string;
id: string;
oninput: (val: string) => void;
}

Expand Down

0 comments on commit a9a7f44

Please sign in to comment.