Skip to content
Snippets Groups Projects
Commit c8ab418c authored by Erik Borgeteien Hansen's avatar Erik Borgeteien Hansen
Browse files

Merge branch 'main' into display-email-error

parents fdf08253 f52672f5
No related branches found
No related tags found
1 merge request!149Display email error
...@@ -131,7 +131,7 @@ export default { ...@@ -131,7 +131,7 @@ export default {
); );
}, },
}, },
async created() { async beforeMount() {
const maybeRating = await UserService.getUserRatingAverage( const maybeRating = await UserService.getUserRatingAverage(
this.user.userId this.user.userId
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment