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 b09951d commit e20636c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion components/Work/TopInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ const WorkTopInfo: React.FC<TopInfoProps> = ({
return (
<TopInfoWrapper>
<header>
<div data-testid="example-toss">xyz</div>
<Label label={manifest.label} as="h1" data-testid="title" />
{manifest?.summary && (
<Summary summary={manifest.summary} as="p" data-testid="summary" />
Expand Down
1 change: 1 addition & 0 deletions pages/items/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const WorkPage: NextPage<WorkPageProps> = ({
title={work?.title || ""}
description={work ? buildWorkDescription(work) : ""}
>
<div data-testid="example-toss">xyz</div>
{!isLoading && work && manifest && (
<WorkProvider initialState={{ manifest: manifest, work: work }}>
<ErrorBoundary FallbackComponent={ErrorFallback}>
Expand Down

0 comments on commit e20636c

Please sign in to comment.