Skip to content

Commit

Permalink
remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tongo-angelov committed Sep 19, 2023
1 parent 5307714 commit f4dc18c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/common/person/grid/EditForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ export default function EditForm() {
const beneficiary = data?.beneficiaries?.at(0)
const [showBenefactor, setShowBenefactor] = useState<boolean>(!!beneficiary)

console.log(data)
console.log('active', !!beneficiary?._count?.campaigns)

const initialValues = {
firstName: data?.firstName ?? '',
lastName: data?.lastName ?? '',
Expand Down

0 comments on commit f4dc18c

Please sign in to comment.