diff --git a/client/src/templates/Challenges/classic/MobileLayout.js b/client/src/templates/Challenges/classic/MobileLayout.js index 94769fa0c1..e64bd7d5e0 100644 --- a/client/src/templates/Challenges/classic/MobileLayout.js +++ b/client/src/templates/Challenges/classic/MobileLayout.js @@ -33,6 +33,9 @@ const propTypes = { }; class MobileLayout extends Component { + componentDidMount() { + if (this.props.currentTab !== 1) this.props.moveToTab(1); + } render() { const { currentTab,