Skip to content

Commit

Permalink
fix payout resolution UI
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanglen committed Apr 4, 2024
1 parent d12ddce commit 61796b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/potlock/widget/Pots/PayoutsChallenges.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ return !payoutsChallenges ? (
color: resolved ? "#4a7714" : "#C7C7C7",
}}
>
Resolved
{resolved ? "Resolved" : "Unresolved"}
</div>

{resolved ? (
Expand Down

0 comments on commit 61796b9

Please sign in to comment.