diff --git a/client/src/components/SelectList.js b/client/src/components/SelectList.js index 4da02604c..7e6acc10e 100644 --- a/client/src/components/SelectList.js +++ b/client/src/components/SelectList.js @@ -3,12 +3,11 @@ import {Button} from '@blueprintjs/core'; import {Select} from '@blueprintjs/select'; export default function SelectList(props) { - const {buttonLabel, ...rest} = props; + const { buttonLabel, ...rest } = props; return (