1
0
Fork 0

chore(org): Linter issues

This commit is contained in:
joostdecock 2023-02-19 20:58:06 +01:00
parent 79434846b6
commit 963e43185e
22 changed files with 21 additions and 162 deletions

View file

@ -1,13 +1,7 @@
import { Spinner } from 'shared/components/spinner.mjs'
import { useTranslation } from 'next-i18next'
export const SaveSettingsButton = ({
email,
app,
btnProps = {},
welcome = false,
label = false,
}) => {
export const SaveSettingsButton = ({ app, btnProps = {}, welcome = false, label = false }) => {
const { t } = useTranslation(['account'])
let classes = 'btn mt-4 capitalize '
if (welcome) {