Skip to content

Commit e2ab6d8

Browse files
committed
feat(explorer): display aggregation type in aggregator status
1 parent 59a3781 commit e2ab6d8

File tree

1 file changed

+3
-0
lines changed
  • mithril-explorer/src/components/ControlPanel/AggregatorStatus

1 file changed

+3
-0
lines changed

mithril-explorer/src/components/ControlPanel/AggregatorStatus/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ export default function AggregatorStatus({ showContent = true }) {
123123
<InfoRow label="Mithril Era" className="text-capitalize">
124124
{aggregatorStatus.mithril_era}
125125
</InfoRow>
126+
<InfoRow label="Aggregation" className="text-capitalize">
127+
{aggregatorStatus.aggregate_signature_type ?? "Concatenation"}
128+
</InfoRow>
126129
</InfoGroupCard>
127130

128131
<InfoGroupCard title="SPOs">

0 commit comments

Comments
 (0)