logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: a3aabf0d2ac9538058460d953eaf0f0caa4decc8
parent 1fc0a8b33267e1c46d663b66e4176d17fbd5c0f3
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Tue,  9 Aug 2022 18:52:17 -0400

Lint

Diffstat:

Msrc/components/announcement/announcement.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/announcement/announcement.js b/src/components/announcement/announcement.js @@ -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 }