diff --git a/src/components/ProfileSettings/ProfileSettings.tsx b/src/components/ProfileSettings/ProfileSettings.tsx index b03b6aa8..90a23b33 100644 --- a/src/components/ProfileSettings/ProfileSettings.tsx +++ b/src/components/ProfileSettings/ProfileSettings.tsx @@ -9,10 +9,10 @@ import { createEffect, createSignal, lazy, + on, onCleanup, onMount, - on -} from "solid-js"; +} from 'solid-js' import { createStore } from 'solid-js/store' import { useConfirm } from '../../context/confirm' @@ -173,7 +173,7 @@ export const ProfileSettings = () => { () => { setIsFloatingPanelVisible(!deepEqual(form, prevForm)) }, - { defer: true } + { defer: true }, ), ) const handleDeleteSocialLink = (link) => {