Fil lint
This commit is contained in:
parent
b752357224
commit
c3495ed0b3
|
@ -9,10 +9,10 @@ import {
|
||||||
createEffect,
|
createEffect,
|
||||||
createSignal,
|
createSignal,
|
||||||
lazy,
|
lazy,
|
||||||
|
on,
|
||||||
onCleanup,
|
onCleanup,
|
||||||
onMount,
|
onMount,
|
||||||
on
|
} from 'solid-js'
|
||||||
} from "solid-js";
|
|
||||||
import { createStore } from 'solid-js/store'
|
import { createStore } from 'solid-js/store'
|
||||||
|
|
||||||
import { useConfirm } from '../../context/confirm'
|
import { useConfirm } from '../../context/confirm'
|
||||||
|
@ -173,7 +173,7 @@ export const ProfileSettings = () => {
|
||||||
() => {
|
() => {
|
||||||
setIsFloatingPanelVisible(!deepEqual(form, prevForm))
|
setIsFloatingPanelVisible(!deepEqual(form, prevForm))
|
||||||
},
|
},
|
||||||
{ defer: true }
|
{ defer: true },
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
const handleDeleteSocialLink = (link) => {
|
const handleDeleteSocialLink = (link) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user