Skip to content

Commit 8dc26cd

Browse files
committed
Fix message displays in explorer
Replace 'snapshot' to 'mithril stake distribution' when Mithril Stake Distribution list is empty
1 parent b996e0b commit 8dc26cd

File tree

1 file changed

+1
-1
lines changed
  • mithril-explorer/components/Artifacts/MithrilStakeDistributionsList

1 file changed

+1
-1
lines changed

mithril-explorer/components/Artifacts/MithrilStakeDistributionsList/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default function MithrilStakeDistributionsList(props) {
5151
<div className={props.className}>
5252
<h2>Mithril Stake Distribution <RawJsonButton href={`${aggregator}/artifact/mithril-stake-distributions`} variant="outline-light" size="sm"/></h2>
5353
{Object.entries(mithrilStakeDistributions).length === 0
54-
? <p>No snapshot available</p>
54+
? <p>No mithril stake distribution available</p>
5555
:
5656
<Container fluid>
5757
<Row xs={1} md={2} lg={3} xl={4}>

0 commit comments

Comments
 (0)