Skip to content

Commit

Permalink
attempt to force dif again
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanlesich committed Aug 12, 2024
1 parent 6623894 commit ce62ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/dashboard/facilitator/AllocationPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const AllocationPanel = ({
}, [shipData, poolBalance]);

const handleAllocate = () => {
console.log('fired');
let shipIds = [];
let amounts = [];

Expand Down Expand Up @@ -92,7 +91,7 @@ export const AllocationPanel = ({
</Box>
);
}
console.log('render');

return (
<Box>
<Text mb="sm" fw={600}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/dashboard/facilitator/CompleteVotePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit ce62ab3

Please sign in to comment.