Skip to content

Commit 22ee762

Browse files
committed
fix bugs in merge commit
1 parent 8eabd5d commit 22ee762

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

client/modules/IDE/actions/project.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ export function cloneProject(id) {
301301
error: response.data
302302
}));
303303
});
304-
});
304+
});
305+
};
305306
}
306307

307308
export function showEditProjectName() {

client/styles/components/_sketch-list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
border-spacing: 0;
1313
& .sketch-list__dropdown-column {
1414
width: #{60 / $base-font-size}rem;
15+
}
1516
& .sketch-list__trash-column {
1617
width: #{36 / $base-font-size}rem;
1718
position: relative;

0 commit comments

Comments
 (0)