Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagel committed Feb 20, 2024
1 parent 60d34b7 commit 8d8a9d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ export const CosmosProposalForm = () => {
placeholder="Enter a description"
contentDelta={descriptionDelta}
setContentDelta={setDescriptionDelta}
// resizeWithText
/>
</div>
{isLoadingDepositParams ? (
Expand Down Expand Up @@ -146,7 +145,6 @@ export const CosmosProposalForm = () => {
title,
getTextFromDelta(descriptionDelta),
);
// prop = encodeTextProposal(title, description);
} else if (cosmosProposalType === 'communitySpend') {
const spendAmountInMinimalDenom = naturalDenomToMinimal(
payoutAmount,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
flex: 1;
padding: 24px;
max-width: 476px;
// max-width: 432px;

@include smallInclusive {
padding: 16px;
Expand Down

0 comments on commit 8d8a9d0

Please sign in to comment.