Skip to content

Commit

Permalink
remove fragment from ternary
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jul 19, 2024
1 parent 16f194f commit ce9e1d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions editor.planx.uk/src/pages/Teams.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,7 @@ const Teams: React.FC<Props> = ({ teams, teamTheme }) => {
>
Add a new Team
</AddButton>
) : (
<></>
)}
) : null}
</Box>
{editableTeams.length > 0 && (
<>
Expand Down

0 comments on commit ce9e1d1

Please sign in to comment.