mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor ranklist styling changes, self user id fix
This commit is contained in:
parent
26abcfdf11
commit
d787e713a8
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
}
|
||||
|
||||
.selected {
|
||||
color: #9999ff;
|
||||
background-color: #9999ff;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue