Skip to content

Commit

Permalink
Timeout :(
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Sep 16, 2024
1 parent e20636c commit 2aae650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/items/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const WorkPage: NextPage<WorkPageProps> = ({
title={work?.title || ""}
description={work ? buildWorkDescription(work) : ""}
>
<div data-testid="example-toss">xyz</div>
<div data-testid="example-toss">{JSON.stringify(work)}</div>
{!isLoading && work && manifest && (
<WorkProvider initialState={{ manifest: manifest, work: work }}>
<ErrorBoundary FallbackComponent={ErrorFallback}>
Expand Down

0 comments on commit 2aae650

Please sign in to comment.