Rework of page "ranklist" (part2), /style fixed delete, show comments buttons on index.js/

This commit is contained in:
ndaniel1102 2021-03-20 22:10:14 +01:00
parent 7f4163736c
commit e311b88508
6 changed files with 78 additions and 36 deletions

View file

@ -22,9 +22,7 @@ function MyApp({ Component, pageProps, router }) {
return resp.json()
})
.then((data) => {
// setUserId(data.uid)
// TODO:uncomment, and delete
setUserId(1)
setUserId(data.uid)
setMotd(data.motd)
setUserSpecificMotd(data.userSpecificMotd)
})