Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodlenet
MoodleNet Frontend
Commits
a68edda1
Commit
a68edda1
authored
Jun 01, 2020
by
aleclofabbro
Browse files
removed console.table for debugging last issue :blush
parent
fadd5811
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fe/session/useMe.ts
View file @
a68edda1
...
...
@@ -70,13 +70,7 @@ export const useMe = () => {
},
[
updateProfileMutation
,
me
,
updateProfileMutationStatus
]
);
console
.
table
({
me
,
isAdmin
,
logout
,
loading
,
updateProfile
});
return
useMemo
(()
=>
{
return
{
me
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment