This commit is contained in:
Tusooa Zhu 2022-08-09 18:52:17 -04:00 committed by tusooa
parent 1fc0a8b332
commit a3aabf0d2a
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ const Announcement = {
return this.announcement.read
},
publishedAt () {
const time = this.announcement['published_at']
const time = this.announcement.published_at
if (!time) {
return
}