Fixed formatting for some of the files

This commit is contained in:
Philipp Czora
2018-10-04 10:16:20 +02:00
parent 676c6f764a
commit 23869bc33a
8 changed files with 54 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
//@flow
import React from "react";
import {LabelWithHelpIcon} from "../index";
import { LabelWithHelpIcon } from "../index";
export type SelectItem = {
value: string,
@@ -35,10 +35,7 @@ class Select extends React.Component<Props> {
return (
<div className="field">
<LabelWithHelpIcon
label={label}
helpText={helpText}
/>
<LabelWithHelpIcon label={label} helpText={helpText} />
<div className="control select">
<select
ref={input => {