chore: Fixing linter warnings
This commit is contained in:
parent
e0ce1a8bcf
commit
c49a47a0de
33 changed files with 76 additions and 547 deletions
|
@ -10,6 +10,7 @@ export const Set = ({ name }) => {
|
|||
const { t } = useTranslation(ns)
|
||||
|
||||
return <p>fixme</p>
|
||||
/*
|
||||
return (
|
||||
<Link
|
||||
href={`/new/pattern/${name}`}
|
||||
|
@ -34,4 +35,5 @@ export const Set = ({ name }) => {
|
|||
</div>
|
||||
</Link>
|
||||
)
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue