Skip to content

Commit

Permalink
fix[profile/UserCard]: fixed wrong key name (PanJiaChen#3056)
Browse files Browse the repository at this point in the history
roles => role
  • Loading branch information
echofly authored and Trong. Pham Van - CMC Global DU1.19 committed Jul 22, 2022
1 parent 7d50e36 commit a811156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/profile/components/UserCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
name: '',
email: '',
avatar: '',
roles: ''
role: ''
}
}
}
Expand Down

0 comments on commit a811156

Please sign in to comment.