diff --git a/src/components/dashboard/facilitator/AllocationPanel.tsx b/src/components/dashboard/facilitator/AllocationPanel.tsx index 6b482e6..0db64f3 100644 --- a/src/components/dashboard/facilitator/AllocationPanel.tsx +++ b/src/components/dashboard/facilitator/AllocationPanel.tsx @@ -45,7 +45,6 @@ export const AllocationPanel = ({ }, [shipData, poolBalance]); const handleAllocate = () => { - console.log('fired'); let shipIds = []; let amounts = []; @@ -92,7 +91,7 @@ export const AllocationPanel = ({ ); } - console.log('render'); + return ( diff --git a/src/components/dashboard/facilitator/CompleteVotePanel.tsx b/src/components/dashboard/facilitator/CompleteVotePanel.tsx index e05154e..e01cd34 100644 --- a/src/components/dashboard/facilitator/CompleteVotePanel.tsx +++ b/src/components/dashboard/facilitator/CompleteVotePanel.tsx @@ -12,7 +12,7 @@ export const CompleteVotePanel = () => { const { contest, refetchGsVotes, votingStage } = useVoting(); const { tx } = useTx(); - console.log('contest', contest); + const finalizeVoting = () => { if (!contest || votingStage !== VotingStage.Closed) { notifications.show({