From f2e2db0bc7c4759d0d864f643bf46c935623ad6f Mon Sep 17 00:00:00 2001 From: roschaefer Date: Tue, 4 Feb 2020 12:53:42 +0100 Subject: [PATCH] fix(frontend): error when post.author null --- webapp/components/CommentList/CommentList.vue | 13 +- webapp/pages/post/_id/_slug/index.spec.js | 124 ++++++++++-------- webapp/pages/post/_id/_slug/index.vue | 21 ++- 3 files changed, 95 insertions(+), 63 deletions(-) diff --git a/webapp/components/CommentList/CommentList.vue b/webapp/components/CommentList/CommentList.vue index ef6e3b096..b700b8452 100644 --- a/webapp/components/CommentList/CommentList.vue +++ b/webapp/components/CommentList/CommentList.vue @@ -1,13 +1,13 @@