chore(app): better ux for settings actions

This commit is contained in:
rektdeckard
2021-11-29 21:14:17 -05:00
parent 14d8c9d0e7
commit e4b99d2ca9
4 changed files with 25 additions and 5 deletions

View File

@@ -58,5 +58,6 @@ export default () => {
}
}
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
};