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 ? ( + <> + ) : ( + <> + )}