Skip to content

Commit 96b25a0

Browse files
committed
Fix format
1 parent 19d1b41 commit 96b25a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/academy/teamFormation/subcomponents/TeamFormationDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const TeamFormationDashboard: React.FC<TeamFormationDashboardProps> = ({ teams }
2929
<Card>
3030
<Flex justifyContent="justify-between">
3131
<Title>Teams</Title>
32-
<Flex justifyContent='justify-end' spaceX="space-x-2">
32+
<Flex justifyContent="justify-end" spaceX="space-x-2">
3333
<BpButton onClick={createTeam}>Create Team</BpButton>
3434
<BpButton onClick={importTeam}>Import Team</BpButton>
3535
</Flex>

0 commit comments

Comments
 (0)