mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fix typo
This commit is contained in:
@@ -35,7 +35,7 @@ export default class CenterPanel extends React.Component {
|
||||
this.setState({showTutorialScreens: parseInt(tutorialPref.value, 10) <= TutorialSteps.INTRO_SCREENS});
|
||||
}
|
||||
render() {
|
||||
let postsContainer
|
||||
let postsContainer;
|
||||
if (this.state.showTutorialScreens) {
|
||||
postsContainer = <TutorialIntroScreens />;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user