mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
whitespace fixes for linting
This commit is contained in:
parent
1757f28a5e
commit
77780bd94c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue