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
commit a7f78eff3b
2 changed files with 2 additions and 2 deletions

View file

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

View file

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