Skip to content

Commit c193785

Browse files
committed
updated errors
1 parent 115e8f2 commit c193785

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ socket.api_v2(({play, beatmap, directPath, folders, performance, state, resultsS
273273
let horizontalLine = document.getElementById('right-horizontal-line');
274274
let hitsCont = document.getElementById('hits');
275275

276-
let horizontalLine = document.getElementById('right-horizontal-line');
277-
let hitsCont = document.getElementById('hits');
278276
if (state.name !== 'Play' && state.name !== 'ResultScreen') {
279277
const pp = document.getElementById('ppMax');
280278
if (pp.innerHTML !== cache.ppSS) {

0 commit comments

Comments
 (0)