From b51c96d0c11045ead71ec3ce467298f9878d9283 Mon Sep 17 00:00:00 2001 From: Kevin Stadler Date: Mon, 23 Sep 2024 09:06:39 +0200 Subject: [PATCH] fix: display original work title in square brackets (refs #1) --- app/publication/[id]/page.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/publication/[id]/page.tsx b/app/publication/[id]/page.tsx index 7968857..f37582e 100644 --- a/app/publication/[id]/page.tsx +++ b/app/publication/[id]/page.tsx @@ -94,19 +94,13 @@ export default async function PublicationPage(props: PublicationPageProps) { }, []) .join(",") : null} - + {" "} + [] ); })}

-

- - {pub.contains.map((t) => { - return ; - })} - -