Formating
This commit is contained in:
parent
63fd2e9b6f
commit
1974607fc7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default function NewWeeklyReport(): JSX.Element {
|
|||
type="week"
|
||||
placeholder="Week"
|
||||
onChange={(e) => {
|
||||
setWeek(parseInt(e.target.value));
|
||||
setWeek(parseInt(e.target.value));
|
||||
}}
|
||||
onKeyDown={(event) => {
|
||||
const keyValue = event.key;
|
||||
|
|
Loading…
Reference in a new issue