Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelefevre committed Dec 12, 2023
1 parent 56d1887 commit d62f9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tiers/Tiers.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const Tiers = () => {
<Stack direction="row" spacing={5}>
<Box sx={{ minWidth: 20 }}></Box>
{tiers.map((tier) => (
<TierCard tier={tier} key={tier.name}/>
<TierCard tier={tier} key={tier.name} />
))}
<Box sx={{ minWidth: 20 }}></Box>
</Stack>
Expand Down

0 comments on commit d62f9db

Please sign in to comment.