chore(client): tweak client

This commit is contained in:
syuilo
2022-06-26 14:17:55 +09:00
parent de43b47ca8
commit c27d9e11b4
3 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<template #value><span class="_monospace"><MkTime :time="file.createdAt" mode="detail" style="display: block;"/></span></template>
</MkKeyValue>
</div>
<MkA class="user" :to="`/user-info/${file.user.id}`">
<MkA v-if="file.user" class="user" :to="`/user-info/${file.user.id}`">
<MkUserCardMini :user="file.user"/>
</MkA>
<div class="_formBlock">