We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d099b commit 1a56523Copy full SHA for 1a56523
src/components/UserPortal/CreateDirectChat/CreateDirectChat.tsx
@@ -113,7 +113,6 @@ export default function createDirectChatModal({
113
114
const handleUserModalSearchChange = (e: React.FormEvent): void => {
115
e.preventDefault();
116
- /* istanbul ignore next */
117
const [firstName, lastName] = userName.split(' ');
118
119
const newFilterData = {
0 commit comments