Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca committed Jan 24, 2024
1 parent 78bd44c commit b0eb5a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
display: flex;
align-items: center;
font-weight: bold;
font-size: 14px;
color: var(--brand-gray);
justify-content: space-between;
}
Expand Down
1 change: 0 additions & 1 deletion packages/prop-house-webapp/src/pages/House/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const House: React.FC<{}> = () => {
const props = await propHouse.query.getProposals({
where: { round_: { sourceChainRound_in: rounds.map(r => r.address) }, isWinner: true },
});
console.log(props);
setProps(props);
};

Expand Down

0 comments on commit b0eb5a3

Please sign in to comment.