From c578b411053752614e8298af1edc45ab9743ed7a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 4 Mar 2024 16:36:34 +0800 Subject: [PATCH] Only show setting if logged-in --- src/pages/settings.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/settings.jsx b/src/pages/settings.jsx index b3f9af4b..14d961c3 100644 --- a/src/pages/settings.jsx +++ b/src/pages/settings.jsx @@ -433,7 +433,7 @@ function Settings({ onClose }) { - {!!IMG_ALT_API_URL && ( + {!!IMG_ALT_API_URL && authenticated && (