From e6030654db4d4bfc2efa002a2847c03236a0875b Mon Sep 17 00:00:00 2001 From: Calum Murphy Date: Tue, 25 Aug 2026 11:04:50 +0100 Subject: [PATCH 1/2] Removing copy2clipboard --- frontend/app/components/Form.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/app/components/Form.jsx b/frontend/app/components/Form.jsx index ded49db..f1772da 100644 --- a/frontend/app/components/Form.jsx +++ b/frontend/app/components/Form.jsx @@ -681,9 +681,7 @@ export default function Form() { ) : ( {method.content} From b9cfbf1761aa123342a01ab68599305010b1d36f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:05:50 +0000 Subject: [PATCH 2/2] chore: apply formatting --- frontend/app/components/Form.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/app/components/Form.jsx b/frontend/app/components/Form.jsx index f1772da..f29bb49 100644 --- a/frontend/app/components/Form.jsx +++ b/frontend/app/components/Form.jsx @@ -680,9 +680,7 @@ export default function Form() { ) : ( - + {method.content} )}