Skip to content

Commit

Permalink
Merge pull request #38622 from code-dot-org/jan19-spritelab-pause
Browse files Browse the repository at this point in the history
[P5Lab] don't show pause button in gamelab
  • Loading branch information
ajpal committed Jan 21, 2021
2 parents 23cef56 + 889c179 commit 3efca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/p5lab/P5LabVisualizationColumn.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class P5LabVisualizationColumn extends React.Component {
</div>

<GameButtons>
{this.spritelabPauseExperiment && (
{spriteLab && this.spritelabPauseExperiment && (
<PauseButton pauseHandler={this.props.pauseHandler} />
)}
<ArrowButtons />
Expand Down

0 comments on commit 3efca49

Please sign in to comment.