score display fixed again
This commit is contained in:
parent
03facecc58
commit
5298d2a169
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export default {
|
|||
},
|
||||
async updatePage() {
|
||||
let tempPage = await this.fetchPage();
|
||||
for (let i = 0; i < this.entriesPerPage; i++) {
|
||||
for (let i = 0; i < this.page.length; i++) {
|
||||
this.page.pop()
|
||||
}
|
||||
for (const entry of tempPage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue