From 2525e70abc6937d74789e6a7e04c1de188c13c3b Mon Sep 17 00:00:00 2001 From: Reece Date: Thu, 13 Nov 2025 16:54:58 +0000 Subject: [PATCH] tsc --- .../src/core/components/viewer/SignaturePlacementOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/core/components/viewer/SignaturePlacementOverlay.tsx b/frontend/src/core/components/viewer/SignaturePlacementOverlay.tsx index 83f847035..fd87ea51a 100644 --- a/frontend/src/core/components/viewer/SignaturePlacementOverlay.tsx +++ b/frontend/src/core/components/viewer/SignaturePlacementOverlay.tsx @@ -5,7 +5,7 @@ import { buildSignaturePreview, SignaturePreview } from '@app/utils/signaturePre import { useSignature } from '@app/contexts/SignatureContext'; interface SignaturePlacementOverlayProps { - containerRef: React.RefObject; + containerRef: React.RefObject; isActive: boolean; signatureConfig: SignParameters | null; }