chore: Linter warnings
This commit is contained in:
parent
e25920c83a
commit
e06e37afce
8 changed files with 12 additions and 15 deletions
|
@ -5,7 +5,7 @@ import { useTranslation } from 'next-i18next'
|
|||
import { Popover, Transition } from '@headlessui/react'
|
||||
import DownIcon from 'shared/components/icons/down'
|
||||
|
||||
const ThemePicker = ({ app, className, iconOnly = false, bottom = false }) => {
|
||||
const ThemePicker = ({ app, iconOnly = false, bottom = false }) => {
|
||||
const { t } = useTranslation(['themes', 'common'])
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue