Skip to content

Commit

Permalink
Fix conflict mess
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed May 28, 2024
1 parent 4fb45ed commit f168fb7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/simulator/Simulator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ import HideSplitViewButton from "../common/SplitView/HideSplitViewButton";
import { topBarHeight } from "../deployment/misc";
import { DeviceContextProvider } from "../device/device-hooks";
import { SimulatorDeviceConnection } from "../device/simulator";
// import { stage } from "../environment";
import { useLogging } from "../logging/logging-hooks";
import SimulatorActionBar from "./SimulatorActionBar";
import SimulatorSplitView from "./SimulatorSplitView";
import SimSerialTabControlProvider from "./tab-control-hooks";
import { flags } from "../flags";
import { stage } from "../environment";

export enum RunningStatus {
Expand Down Expand Up @@ -124,13 +122,7 @@ const Simulator = ({
<Box
ref={ref}
as="iframe"
<<<<<<< HEAD
src={`${url}?color=${encodeURIComponent(brand500)}${
flags.pwa ? "&flag=sw" : ""
}`}
=======
src={url}
>>>>>>> main
title={simulatorTitle}
name={simulatorTitle}
frameBorder="no"
Expand Down

0 comments on commit f168fb7

Please sign in to comment.