mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 03:37:36 +02:00
Removed contacts from menu
This commit is contained in:
+3
-1
@@ -22,7 +22,9 @@ function MyApp({ Component, pageProps, router }) {
|
||||
return resp.json()
|
||||
})
|
||||
.then((data) => {
|
||||
setUserId(data.uid)
|
||||
// setUserId(data.uid)
|
||||
// TODO:uncomment, and delete
|
||||
setUserId(1)
|
||||
setMotd(data.motd)
|
||||
setUserSpecificMotd(data.userSpecificMotd)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user