Skip to content

Commit 2b80ea1

Browse files
committed
enable csv upload
1 parent 572d3fb commit 2b80ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/round-manager/src/features/round/ViewRoundResults/ViewRoundResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ function ViewRoundResults({
265265
overridesFile
266266
);
267267

268-
const readyForPayoutTransactionHash = round.readyForPayoutTransaction;
268+
const readyForPayoutTransactionHash = undefined; //round.readyForPayoutTransaction;
269269
const isReadyForPayout = readyForPayoutTransactionHash !== null;
270270

271271
const shouldShowRevisedTable =

0 commit comments

Comments
 (0)