Lint
This commit is contained in:
parent
1fc0a8b332
commit
a3aabf0d2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue