diff --git a/app/components/DropdownMenu/DropdownMenu.js b/app/components/DropdownMenu/DropdownMenu.js index f088efbd..c0afcb1f 100644 --- a/app/components/DropdownMenu/DropdownMenu.js +++ b/app/components/DropdownMenu/DropdownMenu.js @@ -29,7 +29,7 @@ type Props = { @observer class DropdownMenu extends React.Component { - id: number = `menu${counter++}`; + id: string = `menu${counter++}`; @observable top: ?number; @observable bottom: ?number;