From d2b4476b43eb4529138dcba2d3ab0e1811358cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Sat, 30 Dec 2023 15:52:28 -0500 Subject: [PATCH] feat(components): show coAuthor in story info (if any) --- components/story/view/storyInfo.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/story/view/storyInfo.vue b/components/story/view/storyInfo.vue index f7ac37b..866b3ee 100644 --- a/components/story/view/storyInfo.vue +++ b/components/story/view/storyInfo.vue @@ -11,6 +11,9 @@ {{ story?.author.username }} + + &  {{ story.coAuthor.username }} +