Skip to content

Commit

Permalink
fix: round type badge
Browse files Browse the repository at this point in the history
  • Loading branch information
boudra committed Feb 15, 2024
1 parent 1e1ae83 commit f779489
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/round-manager/src/features/api/round.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ function indexerV2RoundToRound(round: V2RoundWithRoles): Round {
payoutStrategy: {
id: round.strategyAddress,
isReadyForPayout: false,
strategyName:
round.strategyName === "allov1.Direct" ? "DIRECT" : "MERKLE",
strategyName: round.strategyName,
},
ownedBy: round.projectId,
operatorWallets: operatorWallets,
Expand Down

0 comments on commit f779489

Please sign in to comment.