Skip to content
Snippets Groups Projects
Commit f52672f5 authored by Titus Netland's avatar Titus Netland
Browse files

Merge branch 'rental-image-chat' into 'main'

fix-rating-display

See merge request !148
parents d4095950 fadc0274
No related branches found
No related tags found
1 merge request!148fix-rating-display
Pipeline #182068 failed
...@@ -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