1
0
Fork 0

chore: Linter issues

This commit is contained in:
joostdecock 2023-08-20 18:48:40 +02:00
parent 2512765c49
commit cad7ccf294
35 changed files with 63 additions and 99 deletions

View file

@ -14,8 +14,8 @@ export const ns = ['account', 'status']
export const GithubSettings = () => {
// Hooks
const { account, setAccount, token } = useAccount()
const backend = useBackend(token)
const { account, setAccount } = useAccount()
const backend = useBackend()
const { t } = useTranslation(ns)
const { setLoadingStatus, LoadingStatus } = useLoadingStatus()