fix: signature widget setting icon for placed with old data

This commit is contained in:
RaktimaNXG
2024-03-08 17:51:00 +05:30
parent 73c219fa4d
commit 5348c6620a
@@ -237,10 +237,12 @@ function Placeholder(props) {
}}
></i>
) : (
props.pos.type !== "date" &&
props.pos.type !== "label" &&
props.pos.type !== "signature" &&
!props.isSignYourself && (
((!props?.pos?.type && props.pos.isStamp) ||
(props?.pos?.type &&
props?.pos?.type !== "date" &&
props?.pos?.type !== "label" &&
props?.pos?.type !== "signature" &&
!props.isSignYourself)) && (
<i
onClick={(e) => {
e.stopPropagation();