Skip to content

Commit f94df87

Browse files
committed
lint fix
1 parent 51b201a commit f94df87

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dist/components/inputs/textInput/components/TextInput.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

src/components/inputs/textInput/components/TextInput.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export const TextInput = (props: Props) => {
6464
if (props.sendMessageSound && audioRef) {
6565
audioRef.play();
6666
}
67-
//setInputValue('');
6867
}
6968
};
7069

0 commit comments

Comments
 (0)