We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 606cd1b commit c2ada1aCopy full SHA for c2ada1a
src/main/resources/static/js/problem-search.js
@@ -95,7 +95,6 @@ async function handleSearchSubmit(e) {
95
<div><b>Difficulty:</b> ${item.difficulty}</div>
96
<div><b>Reference:</b> ${item.reference}</div>
97
<div><b>Description:</b> ${item.description}</div>
98
- <div><b>Score:</b> ${item.score}</div>
99
</div>`;
100
});
101
html += '</div>';
0 commit comments