Skip to content

Commit

Permalink
refactor:popupModal.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Oct 4, 2023
1 parent 06cdd59 commit e602acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PopupModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ const PopupModal = (props: { openModal: boolean; isorgModal : boolean ;setMessag
const isEmpty = (object: any): boolean => {

for (const property1 in object) {
console.log("",property1)
setIsImageEmpty(false)
return false
}
Expand Down

0 comments on commit e602acd

Please sign in to comment.