diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Checklist.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Checklist.tsx index e31eab25b6..f818d7210d 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Checklist.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Checklist.tsx @@ -94,14 +94,22 @@ const Checklist: React.FC = React.memo((props) => { onContextMenu={handleContext} ref={drag} > - {props.data?.img && ( - - )} - {Icon && } - {props.text} + + {props.data?.img && ( + + )} + + {Icon && } + {props.text} + + {props.data?.fn && ( diff --git a/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Thumbnail.tsx b/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Thumbnail.tsx index 7250a30c65..1520fdc6a1 100644 --- a/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Thumbnail.tsx +++ b/editor.planx.uk/src/pages/FlowEditor/components/Flow/components/Thumbnail.tsx @@ -12,8 +12,8 @@ export const Thumbnail: React.FC<{ return (