diff --git a/pages/items/[id].tsx b/pages/items/[id].tsx index 4299b12f..92bd1dc3 100644 --- a/pages/items/[id].tsx +++ b/pages/items/[id].tsx @@ -99,7 +99,7 @@ const WorkPage: NextPage = ({ title={work?.title || ""} description={work ? buildWorkDescription(work) : ""} > -
xyz
+
{JSON.stringify(work)}
{!isLoading && work && manifest && (