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<{ )} - - - - - - All teams - - + {!user.isPlatformAdmin && ( + + + + + + All teams + + + )} {/* only show flow settings link if inside a flow route */} {route.data.flow && (