From 1d5e200eed0135ec93a63f26cd4a9e2606b7f8ff Mon Sep 17 00:00:00 2001 From: fangyuan99 <62874116+fangyuan99@users.noreply.github.com> Date: Wed, 19 Apr 2023 18:23:25 +0800 Subject: [PATCH] fix: setting bug --- app/components/settings.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/components/settings.tsx b/app/components/settings.tsx index 3d1911da8..9f722097e 100644 --- a/app/components/settings.tsx +++ b/app/components/settings.tsx @@ -316,7 +316,7 @@ export function Settings(props: { closeSettings: () => void }) { open={showEmojiPicker} >
setShowEmojiPicker(true)} > @@ -324,6 +324,11 @@ export function Settings(props: { closeSettings: () => void }) { + {enabledAccessControl ? ( + <> + ) : ( + <> + )}