mirror of
https://github.com/mue/mue.git
synced 2026-07-19 06:54:10 +02:00
refactor: codacy and some style changes etc
This commit is contained in:
@@ -36,7 +36,7 @@ export default class Slider extends PureComponent {
|
||||
|
||||
localStorage.setItem(this.props.name, value);
|
||||
this.setState({
|
||||
value: value,
|
||||
value,
|
||||
numberWidth: ((value.length + 1) * this.widthCalculation)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user