Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Aug 9, 2024
1 parent b362256 commit 2453d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stats/LatestBlocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const LatestBlocks = () => {
return (
<Stack spacing={4}>
{blocks.blocks.map((block, i) => (
<BlockCard key={i} block={block} compact/>
<BlockCard key={i} block={block} compact />
))}
<Button as={RouterLink} to={generatePath(RoutePath.BlocksList)} bgColor='accent1' color={'white'}>
<Trans i18nKey='stats.view_all_blocks'>View all blocks</Trans>
Expand Down

0 comments on commit 2453d82

Please sign in to comment.