ドライブファイル参照がシステムユーザーで落ちるのを修正 (#6774)

This commit is contained in:
MeiMei 2020-10-28 22:24:16 +09:00 committed by GitHub
parent 84a7a9555f
commit 4e968216ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -42,7 +42,8 @@
<small style="opacity: 0.7;">{{ file.name }}</small>
</div>
<div>
<MkAcct :user="file.user"/>
<MkAcct v-if="file.user" :user="file.user"/>
<div v-else>{{ $t('system') }}</div>
</div>
<div>
<span style="margin-right: 1em;">{{ file.type }}</span>