Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix (change request) #2378 #22

Merged
merged 16 commits into from
Nov 26, 2024
Merged

Bugfix (change request) #2378 #22

merged 16 commits into from
Nov 26, 2024

Conversation

nebojsact
Copy link
Contributor

List of changes

  • Change
  • Change a way how address and ampunt are stored for treasury proposal
  • Removed atributes: prop_receiving_address and prop_amount
  • Added array object: proposal_withdrawals
  • Change a version of package to 0.5.0

Checklist

  • related issue
  • [ x ] My changes generate no new warnings
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • [ x ] I have made corresponding changes to the changelog
  • I have added tests that prove my fix is effective or that my feature works

Copy link

✅ All checks succeeded

Copy link

✅ All checks succeeded

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove changes from this file, uncomment BrowserRouter

@@ -402,7 +325,7 @@ const EditProposalDialog = ({
useEffect(() => {
setDraft(setDraftData(proposal));
}, [proposal]);

console.log(draft);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.log

const setDraftData = (proposalData) => {
console.table(proposalData);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove console.table

@teske00 teske00 merged commit c8c8520 into dev Nov 26, 2024
1 check passed
@teske00 teske00 deleted the Bugfix-(change-request)-#2378 branch November 26, 2024 08:03
Copy link

@nebojsact
This PR is in the tag: dev-c8c8520d7f06c7a9319ad9bff6b8cede7c8269d1 , for backend service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants