1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00

fixing linting

This commit is contained in:
ivaosthu 2016-11-05 15:09:04 +01:00
parent bb5d11794d
commit 801cafbd14
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@ export default class FeatureListComponent extends React.Component {
<List>
<ListSubHeader caption="Feature toggles" />
{features.map((feature, i) =>
<Feature key={i} metrics={featureMetrics[feature.name]} feature={feature} onFeatureClick={onFeatureClick} onFeatureRemove={onFeatureRemove}/>
<Feature key={i} metrics={featureMetrics[feature.name]} feature={feature}
onFeatureClick={onFeatureClick} onFeatureRemove={onFeatureRemove}/>
)}
<ListDivider />
<ListItem

View File

@ -9,7 +9,7 @@ class Metrics extends Component {
}
render () {
const { globalCount, apps, clientList } = this.props;
const { globalCount, clientList } = this.props;
return (
<List>