From c3495ed0b32ac12b1e51473b2857c24e5584bb22 Mon Sep 17 00:00:00 2001 From: ilya-bkv Date: Thu, 4 Apr 2024 09:02:34 +0300 Subject: [PATCH] Fil lint --- src/components/ProfileSettings/ProfileSettings.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) => {