Merge pull request #1161 from OpenSignLabs/raktima-patch-2

fix: resolve issue to allow edits options on completed documents in the SignYourself flow
This commit is contained in:
prafull-opensignlabs
2024-09-04 18:52:06 +05:30
committed by GitHub
@@ -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}>