mirror of
https://github.com/skidoodle/erettsegi-browser.git
synced 2025-02-15 05:39:15 +01:00
fix dep
This commit is contained in:
parent
ac0a47faf2
commit
8e6f24cb15
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ export function useAvailableYears(
|
|||
availableYears.push(year.toString())
|
||||
}
|
||||
setYears(availableYears)
|
||||
}, [])
|
||||
}, [setYears])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue