From 766a52f10e7aef69b9e7bda03afecc1bf3c85d04 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 13 Oct 2019 09:32:58 -0700 Subject: [PATCH] flow --- app/components/DropdownMenu/DropdownMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;