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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user