Removed contacts from menu

This commit is contained in:
mrfry 2021-03-16 17:51:05 +01:00
parent f4301d3f9e
commit 4281b5c5d2
3 changed files with 21 additions and 5 deletions

View file

@ -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)
})