From 93860eaa936bfebe6b9ea496961680c25af42af0 Mon Sep 17 00:00:00 2001 From: George Lima Date: Wed, 19 Dec 2018 10:49:30 -0300 Subject: [PATCH] hotfix: add keys in Dropdown map --- app/components/dropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/dropdown.js b/app/components/dropdown.js index 59c9101..a2f17d1 100644 --- a/app/components/dropdown.js +++ b/app/components/dropdown.js @@ -90,7 +90,7 @@ export class DropdownComponent extends Component { )} {options.map(({ label: optionLabel, onClick }) => ( - + ))}