Skip to content

Commit

Permalink
chore: Display team members menu item [skip pizza]
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed May 17, 2024
1 parent a477ea4 commit a75d88d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions editor.planx.uk/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,9 @@ const EditorToolbar: React.FC<{
>
Team Settings
</MenuItem>
{/* Hidden until feature complete */}
{/* <MenuItem onClick={() => navigate(`${rootTeamPath()}/members`)}>
<MenuItem onClick={() => navigate(`${rootTeamPath()}/members`)}>
Team Members
</MenuItem> */}
</MenuItem>
</>
)}

Expand Down

0 comments on commit a75d88d

Please sign in to comment.