mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-13 02:30:29 +03:00
Fix minor formatting and naming issues
This commit is contained in:
parent
c260af5023
commit
2a368d46fc
2 changed files with 3 additions and 2 deletions
|
|
@ -358,8 +358,8 @@ function CustomDateFormat({ dateFormatString, setDateFormatString }: CustomDateF
|
|||
}, [dateFormatString]);
|
||||
|
||||
const handleChange: ChangeEventHandler<HTMLInputElement> = (evt) => {
|
||||
const name = evt.currentTarget.value;
|
||||
setDateFormatCustom(name);
|
||||
const format = evt.currentTarget.value;
|
||||
setDateFormatCustom(format);
|
||||
};
|
||||
|
||||
const handleReset = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue