Skip to content

Commit

Permalink
fix: placeholder visibility issue after placed in signyourself flow
Browse files Browse the repository at this point in the history
  • Loading branch information
raktima-opensignlabs committed Feb 21, 2024
1 parent 8308376 commit 84b545c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ function RenderPdf({
>
<EmailToast isShow={successEmail} />
{pdfLoadFail.status &&
signerPos &&
signerPos.length > 0 &&
(pdfRequest
? signerPos.map((data, key) => {
return (
Expand Down

0 comments on commit 84b545c

Please sign in to comment.