From 31e3b75dfa1c380df5292bdb5da3b32ce5ae5b63 Mon Sep 17 00:00:00 2001 From: Monkey Date: Fri, 9 Aug 2024 18:59:06 -0400 Subject: [PATCH] remove width setting for terms and conditions --- src/components/TermsAndConditionsBox.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/TermsAndConditionsBox.tsx b/src/components/TermsAndConditionsBox.tsx index 6fa0433..73309b0 100644 --- a/src/components/TermsAndConditionsBox.tsx +++ b/src/components/TermsAndConditionsBox.tsx @@ -53,7 +53,6 @@ const TermsAndConditionsBox = ({ pageNumber={page} renderTextLayer={false} renderAnnotationLayer={false} - width={1070} /> ); })}