Skip to content

Commit

Permalink
removed ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavnathe committed Jan 31, 2025
1 parent c4630bb commit 5a43b3c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default function CreateGroupChat({
setAddUserModalisOpen(true);
}

const toggleAddUserModal = /* istanbul ignore next */ (): void =>
const toggleAddUserModal = (): void =>
setAddUserModalisOpen(!addUserModalisOpen);

const { orgId: currentOrg } = useParams();
Expand Down Expand Up @@ -138,7 +138,6 @@ export default function CreateGroupChat({

const handleUserModalSearchChange = (e: React.FormEvent): void => {
e.preventDefault();
/* istanbul ignore next */
const [firstName, lastName] = userName.split(' ');

const newFilterData = {
Expand Down

0 comments on commit 5a43b3c

Please sign in to comment.