mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: fix backup settings not showing for logged in users
This commit is contained in:
@@ -530,7 +530,7 @@ function Settings() {
|
||||
);
|
||||
}}
|
||||
/>
|
||||
{!isLoggedIn && (
|
||||
{isLoggedIn && (
|
||||
<>
|
||||
<Button
|
||||
variant="list"
|
||||
|
||||
Reference in New Issue
Block a user