Skip to content

Commit 7e4ed67

Browse files
committed
style: add TODO comment
1 parent 47685e6 commit 7e4ed67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Metrics/MetricsEpoch/MetricsEpochGridFundsUsage/MetricsEpochGridFundsUsage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ const MetricsEpochGridFundsUsage: FC<MetricsEpochGridFundsUsageProps> = ({
7777
if (epoch === currentEpoch - 1 && isDecisionWindowOpen) {
7878
return unusedRewards + ethBelowThreshold;
7979
}
80+
// TODO OCT-1612 OCT-1614 remove this bypass.
8081
if (epoch === 3) {
8182
return 3854465046588467390n;
8283
}

0 commit comments

Comments
 (0)