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

[BUG] Pot donations table is empty by default #241

Open
carina-akaia opened this issue Nov 19, 2024 · 0 comments
Open

[BUG] Pot donations table is empty by default #241

carina-akaia opened this issue Nov 19, 2024 · 0 comments
Assignees

Comments

@carina-akaia
Copy link
Collaborator

carina-akaia commented Nov 19, 2024

Despite the data being available, the donations table on the pot page contains no items until the search is triggered. The DonationsTable component currently uses useOrderedDonations hook, which is the part of the issue, as it contains too much state overhead and relies on a deprecated fetcher wrapped in useEffect and must be refactored around an indexer API query hook for pot donations that needs to be created for the pot donations endpoint

@carina-akaia carina-akaia changed the title [BUG] Donations table is empty by default [BUG] Pot donations table is empty by default Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Open Questions (not ready for dev)
Development

No branches or pull requests

2 participants