Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ChayanitBm committed Oct 18, 2024
1 parent 368bc35 commit 337dba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/social/components/SideSectionMyCommunity/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const SideSectionMyCommunity = ({ className, activeCommunity }: SideSectionMyCom
const open = () => setIsOpen(true);

const close = (communityId?: string) => {
console.log('communityId', communityId);
setIsOpen(false);
communityId && onCommunityCreated(communityId);
};
Expand Down

0 comments on commit 337dba9

Please sign in to comment.