fix TypeScript errors in modlog.MogLog.vue
This commit is contained in:
parent
935a62f5e5
commit
4f79f85703
6 changed files with 63 additions and 3 deletions
|
|
@ -93,7 +93,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<span v-else-if="log.type === 'deleteFlash'">: @{{ log.info.flashUserUsername }}</span>
|
||||
<span v-else-if="log.type === 'deleteGalleryPost'">: @{{ log.info.postUserUsername }}</span>
|
||||
</template>
|
||||
<template #icon>
|
||||
<template v-if="log.user" #icon>
|
||||
<MkAvatar :user="log.user" :class="$style.avatar"/>
|
||||
</template>
|
||||
<template #suffix>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue