1
0
Fork 0

chore: Remove lint

This commit is contained in:
joostdecock 2023-09-28 15:58:50 +02:00
parent 0cea2696e2
commit 2ed9dd5b88
7 changed files with 4 additions and 16 deletions

View file

@ -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)