ドライブファイル参照がシステムユーザーで落ちるのを修正 (#6774)
This commit is contained in:
parent
84a7a9555f
commit
4e968216ad
3 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue