Skip to content

Commit 1a56523

Browse files
committed
removed istanbul ignore text
1 parent 67d099b commit 1a56523

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/UserPortal/CreateDirectChat/CreateDirectChat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export default function createDirectChatModal({
113113

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

119118
const newFilterData = {

0 commit comments

Comments
 (0)