Skip to content

Commit 199efb2

Browse files
author
john lim
committed
final commit
1 parent 010edc9 commit 199efb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/electron/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var MenuBuilder = function(mainWindow, appName) {
3333
});
3434
if (process.env.NODE_ENV === 'development') {
3535
tutorial.loadURL(`http://localhost:8080/#/tutorial`);}
36-
else if (process.env.NODE_ENV === 'production'){
36+
else {
3737
tutorial.loadURL(`${Protocol.scheme}://rse/index-prod.html#/tutorial`);
3838
}
3939
tutorial.show();

app/src/reducers/componentReducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ const reducer = (state: State, action: Action) => {
484484
state.projectType,
485485
state.HTMLTypes
486486
);
487-
}
487+
});
488488

489489

490490
const canvasFocus = { componentId: 1, childId: null };

0 commit comments

Comments
 (0)