fix[profile/UserCard]: fixed wrong key name (#3056)

roles => role
aisen60
echofly 4 years ago committed by GitHub
parent a45e64fcb2
commit c2a5a15956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ export default {
name: '',
email: '',
avatar: '',
roles: ''
role: ''
}
}
}

Loading…
Cancel
Save