Added ranklist

This commit is contained in:
mrfry 2020-10-23 11:59:36 +02:00
parent b2982425f1
commit ebad81a75e
5 changed files with 7936 additions and 1 deletions

View file

@ -40,7 +40,6 @@ export default function Index(props) {
return resp.json()
})
.then((data) => {
console.log(data)
setMotd(data.motd)
setUserSpecificMotd(data.userSpecificMotd)
})