diff --git a/editor.planx.uk/src/components/Header.tsx b/editor.planx.uk/src/components/Header.tsx
index 83583584c2..ebc2b00313 100644
--- a/editor.planx.uk/src/components/Header.tsx
+++ b/editor.planx.uk/src/components/Header.tsx
@@ -484,14 +484,16 @@ const EditorToolbar: React.FC<{
)}
-
+ {!user.isPlatformAdmin && (
+
+ )}
{/* only show flow settings link if inside a flow route */}
{route.data.flow && (