Skip to content

Commit

Permalink
Removed console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed Feb 7, 2024
1 parent e9efd87 commit f0df39b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { HTTP_STATUS_CODES } from 'constants/httpResponseCodes';
export const AddToEngagementModal = () => {
const { savedUser, addUserModalOpen, setAddUserModalOpen, getUserMemberships, getUserDetails } =
useContext(UserDetailsContext);
console.log('user', savedUser);
const userHasGroup = savedUser?.groups && savedUser?.groups.length > 0;
const schema = yup
.object({
Expand Down

0 comments on commit f0df39b

Please sign in to comment.