Skip to content

Commit

Permalink
just pass exhibitionGuide to ExhibitionGuideLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
gestchild committed Jan 31, 2025
1 parent 747b5a9 commit 7e007f6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions content/webapp/pages/guides/exhibitions/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,7 @@ const ExhibitionGuidePage: FunctionComponent<Props> = ({
)}
{/* Links to deprecated ExhibitionGuides */}
{exhibitionGuide && (
<ExhibitionGuideLinks
availableTypes={exhibitionGuide.availableTypes}
pathname={`guides/exhibitions/${pageUid}`}
/>
<ExhibitionGuideLinks exhibitionGuide={exhibitionGuide} />
)}
</Space>
</SpacingSection>
Expand Down

0 comments on commit 7e007f6

Please sign in to comment.