chore: Remove lint
This commit is contained in:
parent
0cea2696e2
commit
2ed9dd5b88
7 changed files with 4 additions and 16 deletions
|
@ -56,14 +56,10 @@ export const ns = ['account', 'patterns', 'status']
|
|||
|
||||
export const ShowPattern = ({ id }) => {
|
||||
// Hooks
|
||||
const { account, control } = useAccount()
|
||||
const { setLoadingStatus } = useContext(LoadingStatusContext)
|
||||
const backend = useBackend()
|
||||
const { t, i18n } = useTranslation(ns)
|
||||
|
||||
// Context
|
||||
const { setModal } = useContext(ModalContext)
|
||||
|
||||
// State
|
||||
const [pattern, setPattern] = useState()
|
||||
const [isOwn, setIsOwn] = useState(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue