From 9afebe9d116823677661a8a2a927dc4621aa031b Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Tue, 3 Dec 2024 09:28:04 +0100 Subject: [PATCH] clearer code comment --- editor.planx.uk/src/@planx/components/shared/Preview/Card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor.planx.uk/src/@planx/components/shared/Preview/Card.tsx b/editor.planx.uk/src/@planx/components/shared/Preview/Card.tsx index 963d5aa7c8..d49ad2c13a 100644 --- a/editor.planx.uk/src/@planx/components/shared/Preview/Card.tsx +++ b/editor.planx.uk/src/@planx/components/shared/Preview/Card.tsx @@ -57,7 +57,7 @@ const Card: React.FC = ({ ]); // Check if we have a Send node in our breadcrumbs - // In the frontend this is a better/more immediate proxy for "Submitted" because actual send events that populate lowcal_sessions.submitted_at are async + // This is a better/more immediate proxy for "Submitted" because actual send events that populate lowcal_sessions.submitted_at are queued via Hasura const hasSent = Object.keys(breadcrumbs) .reverse() .some(