Fix linting issue in StartPlan

This commit is contained in:
Brandon Presley 2022-11-02 15:40:25 +13:00
parent 4873fcb653
commit 2e5edb741e
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ export default function StartPlan() {
useEffect(() => {
refresh().then(newCounts => select(0, newCounts))
settingsRepo.findOne({where: {}}).then(setSettings)
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [refresh])
const handleSubmit = async () => {