Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducica committed Jan 8, 2025
1 parent b34df28 commit 0522713
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const CommunitySelector = ({ fieldPath }) => {
setFieldValue(fieldPath, id);
lastSelectedCommunity.current = id;
};
console.log(lastSelectedCommunity.current);
return (
!values.id && (
<Modal
Expand Down

0 comments on commit 0522713

Please sign in to comment.