diff --git a/src/components/MarkInputs/Signature.tsx b/src/components/MarkInputs/Signature.tsx index 4fadede..d60a8a1 100644 --- a/src/components/MarkInputs/Signature.tsx +++ b/src/components/MarkInputs/Signature.tsx @@ -85,7 +85,11 @@ export const MarkInputSignature = ({ > {typeof userMark?.mark !== 'undefined' && (
- +
)}
diff --git a/src/components/PDFView/PdfMarkItem.tsx b/src/components/PDFView/PdfMarkItem.tsx index 3aeef44..d850fbc 100644 --- a/src/components/PDFView/PdfMarkItem.tsx +++ b/src/components/PDFView/PdfMarkItem.tsx @@ -51,7 +51,11 @@ const PdfMarkItem = forwardRef( }} > {typeof MarkRenderComponent !== 'undefined' && ( - + )}
)