Skip to content

Commit fbbf60c

Browse files
committed
index: Add current ratio text when current period has failed
1 parent 978d75b commit fbbf60c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function Blocks() {
115115
<>
116116
{forkName} cannot be locked in within this period
117117
<br />
118-
{thresholdPercentage}% of the blocks have to signal
118+
{thresholdPercentage}% of the blocks have to signal (current ratio: {currentSignallingPercentage}%)
119119
</>
120120
)}
121121
</>

0 commit comments

Comments
 (0)