fix: whietspace

This commit is contained in:
karishmas6
2024-08-30 00:27:06 +05:30
parent 6deb9a8fc0
commit d7e804c70b

View File

@@ -97,7 +97,6 @@ export const InterpretationLog = () => {
setSelectedOption(event.target.value);
};
const handleCustomValueChange = (event: React.ChangeEvent<HTMLInputElement>) => {
setCustomValue(event.target.value);
};