1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix linting

This commit is contained in:
ivaosthu 2016-10-25 12:51:39 +02:00 committed by Ivar Conradi Østhus
parent a79ee7e0e8
commit 203ae78c59
2 changed files with 6 additions and 2 deletions

View File

@ -61,7 +61,11 @@ class AddFeatureToggleComponent extends Component {
<section>
<div>
<h5 style={{ borderBottom: '1px solid rgba(0, 0, 0, 0.12)', paddingBottom: '5px', marginBottom: '10px' }}>Strategies:</h5>
<h5 style={{
borderBottom: '1px solid rgba(0, 0, 0, 0.12)',
paddingBottom: '5px',
marginBottom: '10px',
}}>Strategies:</h5>
</div>
<SelectedStrategies

View File

@ -15,7 +15,7 @@ const genParams = (input, num = 0, setValue) => (<div>{gerArrayWithEntries(num).
type="text"
label={`Parameter name ${i + 1}`}
name={key} key={key}
onChange={(value) => git statugitsetValue(key, value)}
onChange={(value) => setValue(key, value)}
value={input[key]} />
);
})}</div>);