remove unused variable
This commit is contained in:
parent
9550ced040
commit
e9bd783bb7
|
@ -112,7 +112,6 @@ function initializeWithApi(api) {
|
|||
label: "solved.solution"
|
||||
};
|
||||
} else if (!canAccept && accepted) {
|
||||
let solutionText = iconHTML("check");
|
||||
return {
|
||||
className: "hidden",
|
||||
disabled: "true",
|
||||
|
|
Loading…
Reference in New Issue