Minor ranklist styling changes, self user id fix

This commit is contained in:
MrFry 2020-10-23 12:06:54 +02:00
parent 26abcfdf11
commit d787e713a8
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

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