mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Rework of page "ranklist" (part2), /style fixed delete, show comments buttons on index.js/
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
Reference in New Issue
Block a user