From ef62f6b603b0559361317709c8fe0efab711841b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Thu, 15 Aug 2024 18:17:03 +0100 Subject: [PATCH] fix: Add missing `key` prop to `ChecklistItem` --- editor.planx.uk/src/@planx/components/List/Public/Fields.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx b/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx index 961e219c8c..74276558c0 100644 --- a/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx +++ b/editor.planx.uk/src/@planx/components/List/Public/Fields.tsx @@ -212,6 +212,7 @@ export const ChecklistFieldInput: React.FC> = (props) => { {title} {options.map((option) => (