File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ const Simulator = ({
43
43
minWidth,
44
44
simFocus,
45
45
} : SimulatorProps ) => {
46
- const production =
47
- "https://python-simulator.usermbit.org/v/0.1/simulator.html" ;
48
- const staging =
49
- "https://python-simulator.usermbit.org/staging/simulator.html" ;
50
- const url = stage === "PRODUCTION" ? production : staging ;
46
+ // const production =
47
+ // "https://python-simulator.usermbit.org/v/0.1/simulator.html";
48
+ // const staging =
49
+ // "https://python-simulator.usermbit.org/staging/simulator.html";
50
+ // const url = stage === "PRODUCTION" ? production : staging;
51
51
// For testing with sim branches:
52
- // const branch = "upgrade-mpy ";
53
- // const url = `https://review-python-simulator.usermbit.org/${branch}/simulator.html`;
52
+ const branch = "beta-updates " ;
53
+ const url = `https://review-python-simulator.usermbit.org/${ branch } /simulator.html` ;
54
54
55
55
const ref = useRef < HTMLIFrameElement > ( null ) ;
56
56
const intl = useIntl ( ) ;
You can’t perform that action at this time.
0 commit comments