diff --git a/editor.planx.uk/src/@planx/components/FileUploadAndLabel/Public.tsx b/editor.planx.uk/src/@planx/components/FileUploadAndLabel/Public.tsx index 1f78276f70..87decf9a4e 100644 --- a/editor.planx.uk/src/@planx/components/FileUploadAndLabel/Public.tsx +++ b/editor.planx.uk/src/@planx/components/FileUploadAndLabel/Public.tsx @@ -95,7 +95,7 @@ function Component(props: Props) { useEffect(() => { if (previousSlotCount === undefined) return; - // *** Show most recent upload at the top *** + // Show most recent upload at the top if (slots.length) setSlots(slots.reverse()); // Only stop modal opening on initial return to node