fix: album.company显示问题 (#2009)

This commit is contained in:
Younglina 2023-03-22 14:16:47 +08:00 committed by GitHub
parent ce738f6b40
commit c89ebbdd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@
{{ $t('album.released') }}
{{ album.publishTime | formatDate('MMMM D, YYYY') }}
</div>
<div v-if="album.company !== null" class="copyright">
<div v-if="album.company" class="copyright">
© {{ album.company }}
</div>
</div>