diff --git a/components/ui/GroupIcon/GroupIcon.html b/components/ui/GroupIcon/GroupIcon.html index 8897e3c3b0..0227ea6241 100644 --- a/components/ui/GroupIcon/GroupIcon.html +++ b/components/ui/GroupIcon/GroupIcon.html @@ -5,7 +5,7 @@ :type="getSource(member) ? 'image' : 'random'" :source="getSource(member)" :size="groupClass == 'multi' ? (i === 2 ? 10 : i == 1 ? 20 : 30) : groupIconSize" - :seed="member.id" + :seed="member.did" /> diff --git a/components/ui/GroupIcon/GroupIcon.vue b/components/ui/GroupIcon/GroupIcon.vue index 4664a00461..c854ffa048 100644 --- a/components/ui/GroupIcon/GroupIcon.vue +++ b/components/ui/GroupIcon/GroupIcon.vue @@ -2,15 +2,12 @@