1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2023-01-09 21:02:08 +01:00
parent e25920c83a
commit e06e37afce
8 changed files with 12 additions and 15 deletions

View file

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