Merge branch 'master' of gitlab.com:MrFry/qmining-page into master

This commit is contained in:
mrfry
2020-10-23 14:32:08 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ export default function RankList() {
getListFromServer(key)
.then((data) => {
setRanklist(data.list)
setSelfUserId(data.selfUserId)
setSelfUserId(data.selfuserId)
})
.catch((error) => {
console.error(error)

View File

@@ -64,7 +64,7 @@
}
.selected {
color: #9999ff;
background-color: #9999ff;
}
.clickable {