fix: resolve issue to allow edits options on completed documents in the SignYourself flow

This commit is contained in:
RaktimaNXG
2024-09-04 18:31:19 +05:30
parent 19d3465a13
commit 52f37b0a37
@@ -554,7 +554,8 @@ function RenderPdf({
</React.Fragment>
);
})
: xyPostion?.map((data, ind) => {
: !pdfDetails?.[0]?.IsCompleted &&
xyPostion?.map((data, ind) => {
// signyourself flow
return (
<React.Fragment key={ind}>