From 75767bde6902b8cd65c95a7c28c0cf7d9ab137b7 Mon Sep 17 00:00:00 2001 From: Philipp Czora Date: Tue, 18 Sep 2018 15:01:06 +0200 Subject: [PATCH] Added a bit of styling to the dropdown --- scm-ui/src/changesets/components/DropDown.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scm-ui/src/changesets/components/DropDown.js b/scm-ui/src/changesets/components/DropDown.js index c045df4af4..d7494d2576 100644 --- a/scm-ui/src/changesets/components/DropDown.js +++ b/scm-ui/src/changesets/components/DropDown.js @@ -11,13 +11,15 @@ type Props = { class DropDown extends React.Component { render() { const {options, preselectedOption} = this.props; - return + {options.map(option => { return })} + } change = (event) => {