From f365616246a9206b6b99b0c05e3864558e906ec2 Mon Sep 17 00:00:00 2001 From: Mimi Immutable Date: Thu, 27 Jun 2024 12:19:28 +1000 Subject: [PATCH] Fix linting --- .../src/context/handover-context/HandoverProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/checkout/widgets-lib/src/context/handover-context/HandoverProvider.tsx b/packages/checkout/widgets-lib/src/context/handover-context/HandoverProvider.tsx index eaef25d54d..bc02c7ea21 100644 --- a/packages/checkout/widgets-lib/src/context/handover-context/HandoverProvider.tsx +++ b/packages/checkout/widgets-lib/src/context/handover-context/HandoverProvider.tsx @@ -108,6 +108,7 @@ export function HandoverProvider({ children }: HandoverProviderProps) { handoverContent: HandoverContent, handoverId: HandoverTarget = HandoverTarget.GLOBAL, ) => { + // eslint-disable-next-line no-console console.log('@@@Adding handover', handoverContent, handoverId); // Add the handover content to the queue / ensure no mutation of the queue setHandoverQueue((prevQueue) => {