From 2aae650a8b7124eddef3001a27677a41e03cf40c Mon Sep 17 00:00:00 2001 From: Mat Jordan Date: Mon, 16 Sep 2024 14:09:08 -0400 Subject: [PATCH] Timeout :( --- pages/items/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && (