diff options
| author | Henry Jameson <me@hjkos.com> | 2018-12-17 19:17:03 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-12-17 19:17:03 +0300 |
| commit | 23d434c40c9b1ef218be53991f003d8767b50e7a (patch) | |
| tree | f23d7b929939960e43f90213449f5d8f148acba0 /src/components/user_card/user_card.js | |
| parent | 8f255fbad4ee80718da6b2154c410995561729de (diff) | |
collateral fixes for user-card: use still-image, styles for custom emoji
Diffstat (limited to 'src/components/user_card/user_card.js')
| -rw-r--r-- | src/components/user_card/user_card.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.js b/src/components/user_card/user_card.js index b8eb28e3..e674627a 100644 --- a/src/components/user_card/user_card.js +++ b/src/components/user_card/user_card.js @@ -1,4 +1,5 @@ import UserCardContent from '../user_card_content/user_card_content.vue' +import StillImage from '../still-image/still-image.vue' const UserCard = { props: [ @@ -12,7 +13,8 @@ const UserCard = { } }, components: { - UserCardContent + UserCardContent, + StillImage }, computed: { currentUser () { return this.$store.state.users.currentUser } |
