Skip to content

Commit

Permalink
Remove fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgcohen committed Dec 11, 2024
1 parent 5ba879f commit 702b3ec
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pages/hold/confirmation/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,13 @@ export default function HoldConfirmationPage({
mb="l"
heading="Request successful"
content={
<>
<Text mt="xs" noSpace>
You&apos;re all set! We have received your{" "}
{isEDD ? "scan " : ""}request for{" "}
<RCLink href={`${PATHS.BIB}/${item.bibId}`}>
{item.bibTitle}
</RCLink>
</Text>
</>
<Text mt="xs" noSpace>
You&apos;re all set! We have received your {isEDD ? "scan " : ""}
request for{" "}
<RCLink href={`${PATHS.BIB}/${item.bibId}`}>
{item.bibTitle}
</RCLink>
</Text>
}
/>
<HoldConfirmationItemDetails
Expand Down

0 comments on commit 702b3ec

Please sign in to comment.