Skip to content

Commit

Permalink
Merge branch 'PRMP-1332' of https://github.com/nhsconnect/national-do…
Browse files Browse the repository at this point in the history
…cument-repository into PRMP-1332
  • Loading branch information
SuttonMashing committed Dec 9, 2024
2 parents f1f65f1 + 56cd8b7 commit bf760f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/components/generic/recordMenuCard/RecordMenuCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ function RecordMenuCard({
setStage={setStage}
/>
)}
<br />
<br />
{downloadActions.length > 0 && (
<SideMenuSubSection
actionLinks={downloadActions}
Expand All @@ -61,7 +63,6 @@ const SideMenuSubSection = ({ actionLinks, heading, setStage }: SubSectionProps)
return (
<>
<h2 className="nhsuk-heading-m">{heading}</h2>

{actionLinks.map((link) => (
<LinkItem key={link.key} link={link} setStage={setStage} />
))}
Expand Down

0 comments on commit bf760f9

Please sign in to comment.