Made Eslint happy
This commit is contained in:
parent
b951fa4d4f
commit
5f77c96b79
2 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,10 @@ const History: React.FC = () => {
|
|||
|
||||
const handleEditButtonClick = () => {
|
||||
setIsEditing(true);
|
||||
|
||||
/* Thank you Eslint for this masterpiece of a code snippet */
|
||||
setChatHistory(chatHistory)
|
||||
/* Wow i feel so secure now */
|
||||
};
|
||||
|
||||
const handleInputChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue