Skip to content

Commit c2a5a15

Browse files
authored
fix[profile/UserCard]: fixed wrong key name (PanJiaChen#3056)
roles => role
1 parent a45e64f commit c2a5a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/profile/components/UserCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
name: '',
6666
email: '',
6767
avatar: '',
68-
roles: ''
68+
role: ''
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)