diff --git a/src/commons/sideContent/SideContentSubstVisualizer.tsx b/src/commons/sideContent/SideContentSubstVisualizer.tsx index 2138feb308..acdfb2f487 100644 --- a/src/commons/sideContent/SideContentSubstVisualizer.tsx +++ b/src/commons/sideContent/SideContentSubstVisualizer.tsx @@ -38,8 +38,8 @@ const SubstDefaultText = () => { b: Move to the previous step

- Note that these shortcuts are only active when the browser focus is on - this tab (click on or above the explanation text). + Note that these shortcuts are only active when the browser focus is on this tab (click on or + above the explanation text). ); @@ -99,7 +99,7 @@ class SideContentSubstVisualizer extends React.Component {}, LAST_STEP: () => {} }; - // console.log(this.props.content); + // console.log(this.props.content); return ( @@ -258,7 +258,7 @@ class SideContentSubstVisualizer extends React.Component { const lastStepValue = this.props.content.length; if (this.state.value !== lastStepValue) { - this.sliderShift(this.state.value + 1); + this.sliderShift(this.state.value + 1); } };