From 2bf041026cb426b2624e977c54ffba2cf40e9dbb Mon Sep 17 00:00:00 2001 From: Aashay Kapoor <38524076+aashaykapoor@users.noreply.github.com> Date: Sat, 5 Oct 2024 00:36:28 +0530 Subject: [PATCH] fix blocs --- .../app-explorer/src/systems/Block/components/BlockItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-explorer/src/systems/Block/components/BlockItem.tsx b/packages/app-explorer/src/systems/Block/components/BlockItem.tsx index 44966e3f..252c7770 100644 --- a/packages/app-explorer/src/systems/Block/components/BlockItem.tsx +++ b/packages/app-explorer/src/systems/Block/components/BlockItem.tsx @@ -8,7 +8,7 @@ export interface BlockItemProps { export default function BlockItem({ blockId, ethValue }: BlockItemProps) { return ( - +