whitespace fixes for linting

This commit is contained in:
Ben Wheeler 2019-07-21 21:12:11 -04:00
parent 1757f28a5e
commit 77780bd94c

View file

@ -29,7 +29,7 @@ class Microworld extends React.Component {
};
}
markVideoOpen (key) {
/*
/*
When a video is clicked, mark it as an open video, so the video Modal will open.
Key is the number of the video, so distinguish between different videos on the page
*/
@ -88,7 +88,7 @@ class Microworld extends React.Component {
}
renderEditorWindow () {
const projectId = this.props.microworldData.microworld_project_id;
if (!projectId) {
return null;
}