-
+
{inputs?.map((i) => (
))}
-
+
{outputs?.map((o) => (
))}
@@ -150,7 +147,7 @@ export function Transaction({ title, transaction }: Props) {
{!!operations?.length && (
)}
diff --git a/apps/explorer/components/TransactionSkeleton/index.tsx b/apps/explorer/components/TransactionSkeleton/index.tsx
index da035a9ea..079f56e78 100644
--- a/apps/explorer/components/TransactionSkeleton/index.tsx
+++ b/apps/explorer/components/TransactionSkeleton/index.tsx
@@ -16,19 +16,15 @@ export function TransactionSkeleton() {
diff --git a/apps/hostd/components/Node/index.tsx b/apps/hostd/components/Node/index.tsx
index d96025b19..b05642320 100644
--- a/apps/hostd/components/Node/index.tsx
+++ b/apps/hostd/components/Node/index.tsx
@@ -46,6 +46,7 @@ export function Node() {