Update identicon path and selector

This commit is contained in:
kushalpandya 2017-08-30 11:22:08 +05:30
parent ee0fae8eaf
commit 073ab676d9
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
<script>
import identicon from '../../vue_shared/components/identicon.vue';
import eventHub from '../event_hub';
import groupIdenticon from './group_identicon.vue';
export default {
components: {
groupIdenticon,
identicon,
},
props: {
group: {
@ -205,7 +205,7 @@ export default {
class="avatar s40"
:src="group.avatarUrl"
/>
<group-identicon
<identicon
v-else
:entity-id=group.id
:entity-name="group.name"