Skip to content
Snippets Groups Projects
Commit cb2e2091 authored by Håkon Eilertsen Røskaft's avatar Håkon Eilertsen Røskaft
Browse files

Fixed so rating now displayes properly

parent e11c942d
No related branches found
No related tags found
1 merge request!148fix-rating-display
...@@ -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.
Please register or to comment