Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 authored and luceos committed Jul 26, 2021
1 parent f949b0a commit 81e6b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/common/components/Select.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default class Select extends Component {
return (
<span className={classList('Select', wrapperClassName, wrapperClass)} {...wrapperAttrs}>
<select
className={classList("Select-input FormControl", className, _class)}
className={classList('Select-input FormControl', className, _class)}
onchange={onchange ? withAttr('value', onchange.bind(this)) : undefined}
value={value}
disabled={disabled}
Expand Down

0 comments on commit 81e6b17

Please sign in to comment.