diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index 32faa6df..9681016d 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -59,7 +59,7 @@ const statusMap: Record = { : 'text-info' " > - + >
{{ statusMap?.[item?.status] || item?.status }}
diff --git a/src/modules/[chain]/block/index.vue b/src/modules/[chain]/block/index.vue index fe459674..72288a7f 100644 --- a/src/modules/[chain]/block/index.vue +++ b/src/modules/[chain]/block/index.vue @@ -39,7 +39,7 @@ const format = useFormatter(); - + - + {{ item.hash @@ -82,11 +82,13 @@ const format = useFormatter();
- +
+
+
+ + Only show txs in recent blocks +
+