mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 19:27:36 +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)
|
||||
|
||||
Reference in New Issue
Block a user