diff --git a/app/assets/javascripts/Components/Preferences/Panes/Listed/index.tsx b/app/assets/javascripts/Components/Preferences/Panes/Listed/index.tsx
index 4fdc9ef66..3ad762495 100644
--- a/app/assets/javascripts/Components/Preferences/Panes/Listed/index.tsx
+++ b/app/assets/javascripts/Components/Preferences/Panes/Listed/index.tsx
@@ -91,17 +91,19 @@ export const Listed = observer(({ application }: Props) => {
-
- Get Started
- Create a free Listed author account to get started.
-
-
+ {application.getUser() && (
+
+ Get Started
+ Create a free Listed author account to get started.
+
+
+ )}
)
diff --git a/app/assets/javascripts/Components/Preferences/Panes/Security/index.tsx b/app/assets/javascripts/Components/Preferences/Panes/Security/index.tsx
index b54e0117f..5010de8a6 100644
--- a/app/assets/javascripts/Components/Preferences/Panes/Security/index.tsx
+++ b/app/assets/javascripts/Components/Preferences/Panes/Security/index.tsx
@@ -20,6 +20,6 @@ export const Security: FunctionComponent = (props) => (
-
+ {props.application.getUser() && }
)