diff options
Diffstat (limited to 'src/components/user_card/user_card.js')
| -rw-r--r-- | src/components/user_card/user_card.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/user_card/user_card.js b/src/components/user_card/user_card.js index 9a8dcb23..b0fa11b3 100644 --- a/src/components/user_card/user_card.js +++ b/src/components/user_card/user_card.js @@ -37,9 +37,8 @@ export default { 'hideBio', 'rounded', 'bordered', - 'allowZoomingAvatar', - 'onClose', - 'onAvatarClick' + 'avatarAction', // default - open profile, 'zoom' - zoom, function - call function + 'onClose' ], data () { return { |
