outputting loading screen parameters
This commit is contained in:
parent
fc03b8c7b1
commit
e9ae50a618
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ export default function UserWrapper() {
|
|||
loadUser()
|
||||
}, [loading])
|
||||
|
||||
console.log(user)
|
||||
console.log(loading)
|
||||
console.log(global)
|
||||
if (!user || loading || !global) return (
|
||||
<LoadingScreen
|
||||
message={message}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue