remove printed index

This commit is contained in:
Peter Holmberg
2018-12-17 14:18:28 +01:00
parent e11834e950
commit 98490084a1
@@ -166,18 +166,14 @@ export default class Thresholds extends PureComponent<OptionModuleProps, State>
height: '50%',
backgroundColor: t.color,
}}
>
{t.index}
</div>
/>
<div
onClick={() => this.onAddThreshold(t.index)}
style={{
height: '50%',
backgroundColor: t.color,
}}
>
{t.index}
</div>
/>
</div>
);
});