Fix linter + merge
This commit is contained in:
parent
12d7be2b6a
commit
a5a4f2ed7d
6 changed files with 7 additions and 119 deletions
|
@ -46,7 +46,7 @@ export default class DurationClock extends React.PureComponent<IProps, IState> {
|
|||
}
|
||||
|
||||
private onTimeUpdate = (time: number[]) => {
|
||||
this.setState({durationSeconds: time[1]});
|
||||
this.setState({ durationSeconds: time[1] });
|
||||
};
|
||||
|
||||
public render() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue