Skip to content

Commit 0ff39cf

Browse files
committed
changed label to MySQL 10
1 parent 29f359e commit 0ff39cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/pods/components/code-window/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default class CodeWindowComponent extends Component {
5353
source: ""
5454
},
5555
{
56-
name: "Mysql",
56+
name: "MySQL 10",
5757
code: "mysql",
5858
mode: "mysql",
5959
source: ""

app/pods/components/problem-explanation/component.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ export default Component.extend({
77

88
init() {
99
this._super(...arguments);
10-
11-
12-
1310
let contest = this.get('contest');
1411
// if (contest) {
1512

0 commit comments

Comments
 (0)