Skip to content

Commit a1c67ca

Browse files
committed
chore: dispute period banner more specific
1 parent a0411a6 commit a1c67ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

web/src/components/DisputeCard/PeriodBanner.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ const getPeriodColors = (period: Periods, theme: Theme): [string, string] => {
5757

5858
const getPeriodLabel = (period: Periods): string => {
5959
switch (period) {
60+
case Periods.evidence:
61+
return "In Progress - Submitting Evidence";
62+
case Periods.commit:
63+
return "In Progress - Committing Vote";
64+
case Periods.vote:
65+
return "In Progress - Voting";
6066
case Periods.appeal:
6167
return "Crowdfunding Appeal";
6268
case Periods.execution:

0 commit comments

Comments
 (0)