Skip to content

Commit

Permalink
fix blocs
Browse files Browse the repository at this point in the history
  • Loading branch information
aashaykapoor committed Oct 4, 2024
1 parent c0f6390 commit 2bf0410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface BlockItemProps {

export default function BlockItem({ blockId, ethValue }: BlockItemProps) {
return (
<VStack>
<VStack gap="">
<HStack gap={'0'}>
<Box>
<Copyable
Expand Down

0 comments on commit 2bf0410

Please sign in to comment.