fix: condition of render setting icon for widgets

This commit is contained in:
RaktimaNXG
2024-03-08 18:39:02 +05:30
parent 5348c6620a
commit 885b5287b4
@@ -239,9 +239,7 @@ function Placeholder(props) {
) : (
((!props?.pos?.type && props.pos.isStamp) ||
(props?.pos?.type &&
props?.pos?.type !== "date" &&
props?.pos?.type !== "label" &&
props?.pos?.type !== "signature" &&
!["date", "label", "signature"].includes(props.pos.type) &&
!props.isSignYourself)) && (
<i
onClick={(e) => {