diff --git a/app/src/pages/lloydGeorgeRecordPage/LloydGeorgeRecordPage.tsx b/app/src/pages/lloydGeorgeRecordPage/LloydGeorgeRecordPage.tsx index 4446bf4fe..9c09bad57 100644 --- a/app/src/pages/lloydGeorgeRecordPage/LloydGeorgeRecordPage.tsx +++ b/app/src/pages/lloydGeorgeRecordPage/LloydGeorgeRecordPage.tsx @@ -145,7 +145,15 @@ function LloydGeorgeRecordPage() {
    {actionLinks.map((link, i) => (
  1. - {link.label} + { + e.preventDefault(); + link.handler(); + }} + > + {link.label} +
  2. ))}