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

@ -39,8 +39,8 @@ export const ManagePattern = ({ id = false }) => {
const [error, setError] = useState(false)
// Hooks
const { account, token } = useAccount()
const backend = useBackend(token)
const { account } = useAccount()
const backend = useBackend()
const { t, i18n } = useTranslation(ns)
const { language } = i18n
const toast = useToast()