web: fix backup settings not showing for logged in users

This commit is contained in:
Abdullah Atta
2022-10-26 14:40:47 +05:00
parent 38fed25e30
commit 12202f74a7

View File

@@ -530,7 +530,7 @@ function Settings() {
);
}}
/>
{!isLoggedIn && (
{isLoggedIn && (
<>
<Button
variant="list"