diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-16 14:18:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-01-16 14:18:11 +0900 |
| commit | 77e491f52c8ad1e2e8b2f956595d5fa98f38ad61 (patch) | |
| tree | 4b30886f8284347791e090b28dd633135aba4ea4 /packages/frontend/src/components/MkAvatars.vue | |
| parent | Update vite.config.ts (diff) | |
| download | misskey-77e491f52c8ad1e2e8b2f956595d5fa98f38ad61.tar.gz misskey-77e491f52c8ad1e2e8b2f956595d5fa98f38ad61.tar.bz2 misskey-77e491f52c8ad1e2e8b2f956595d5fa98f38ad61.zip | |
refactor
Diffstat (limited to 'packages/frontend/src/components/MkAvatars.vue')
| -rw-r--r-- | packages/frontend/src/components/MkAvatars.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkAvatars.vue b/packages/frontend/src/components/MkAvatars.vue index 162338b639..995a72e511 100644 --- a/packages/frontend/src/components/MkAvatars.vue +++ b/packages/frontend/src/components/MkAvatars.vue @@ -1,7 +1,7 @@ <template> <div> <div v-for="user in users" :key="user.id" style="display:inline-block;width:32px;height:32px;margin-right:8px;"> - <MkAvatar :user="user" style="width:32px;height:32px;" :show-indicator="true"/> + <MkAvatar :user="user" style="width:32px;height:32px;" indicator link preview/> </div> </div> </template> |