-
Notifications
You must be signed in to change notification settings - Fork 197
feat: add email support for legislative officials #150
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit 9e43bad.
|
Thank you! Can we expand this further on other areas of the site? |
angelofallars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge conflict
|
Thank you! Yes, I'd be happy to expand this to other areas. I can see email fields in the diplomaticc, constitutional, and executive directory data too. Should I create separate PRs for each area or one larger PR for all directories? I’ll resolve the mergr conflict first. |
|
merge conflict resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i am getting this error in /government/legislative/house-of-representatives-20th-congress:
[chamber].tsx:66 Uncaught ReferenceError: Mail is not defined
at [chamber].tsx:66:20
at Array.map (<anonymous>)
at LegislativeDetailSection ([chamber].tsx:58:31)
at react-stack-bottom-frame (react-dom_client.js?v=9591f5f4:17424:20)
at renderWithHooks (react-dom_client.js?v=9591f5f4:4206:24)
at updateFunctionComponent (react-dom_client.js?v=9591f5f4:6619:21)
at beginWork (react-dom_client.js?v=9591f5f4:7654:20)
at runWithFiberInDEV (react-dom_client.js?v=9591f5f4:1485:72)
at performUnitOfWork (react-dom_client.js?v=9591f5f4:10868:98)
at workLoopSync (react-dom_client.js?v=9591f5f4:10728:43)
...
Have you tested out this change in the browser yet?
| 'website', | ||
| 'email', | ||
| ]; | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed a semicolon here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the missing semicolon
…e chamber component
…yaaabs/bettergov into refactor/remove-empty-classname
…refactor/remove-empty-classname
angelofallars
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Stale pull request message |

Add Email Support for Legislative Officials
This PR adds missing email functionality to the legislative chamber pages.
Changes
Benefits
Impact