chore(org): Linter issues
This commit is contained in:
parent
79434846b6
commit
963e43185e
22 changed files with 21 additions and 162 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue