From d3e9b283eb79267f4dbafb9302b80282adbe8515 Mon Sep 17 00:00:00 2001 From: Tassoman Date: Thu, 15 Dec 2022 00:52:56 +0000 Subject: [PATCH] Feeding hide network checkbox --- app/soapbox/features/edit-profile/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/soapbox/features/edit-profile/index.tsx b/app/soapbox/features/edit-profile/index.tsx index 1e3c0ed7d..d1624ddf5 100644 --- a/app/soapbox/features/edit-profile/index.tsx +++ b/app/soapbox/features/edit-profile/index.tsx @@ -244,7 +244,6 @@ const EditProfile: React.FC = () => { const handleHideNetworkChange: React.ChangeEventHandler = e => { const hide = e.target.checked; - setData(prevData => { return { ...prevData, @@ -408,7 +407,7 @@ const EditProfile: React.FC = () => { hint={} >