We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572d3fb commit 2b80ea1Copy full SHA for 2b80ea1
packages/round-manager/src/features/round/ViewRoundResults/ViewRoundResults.tsx
@@ -265,7 +265,7 @@ function ViewRoundResults({
265
overridesFile
266
);
267
268
- const readyForPayoutTransactionHash = round.readyForPayoutTransaction;
+ const readyForPayoutTransactionHash = undefined; //round.readyForPayoutTransaction;
269
const isReadyForPayout = readyForPayoutTransactionHash !== null;
270
271
const shouldShowRevisedTable =
0 commit comments