diff --git a/webapp/src/editortoolbar.tsx b/webapp/src/editortoolbar.tsx index 6fdecba8d1c9..72ca839be9b9 100644 --- a/webapp/src/editortoolbar.tsx +++ b/webapp/src/editortoolbar.tsx @@ -442,7 +442,7 @@ export class EditorToolbar extends data.Component {showUndoRedo &&
{this.getUndoRedo(computer)}
} {showZoomControls &&
{this.getZoomControl(computer)}
} - {targetTheme.bigRunButton && + {targetTheme.bigRunButton && !pxt.shell.isTimeMachineEmbed() &&