chore: Linter issues
This commit is contained in:
parent
2512765c49
commit
cad7ccf294
35 changed files with 63 additions and 99 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue