
-----

### Developer Checklist

***Does this code....***
- Tag any relevant JIRA issue IDs in the commit message?
- Have any code smell? Including but not limited to…
- Need to be refactored?
- Difficult to read or maintain?
- Use any workarounds? Why? If so, is the code commented?
- Create a new pattern, strategy, or system that we need to maintain?
- Use any new 3rd party libraries that others need to install, setup, or configure?
- Depend on any changes in internal shared libraries (ex. cwb-react)?
- Have any shareable components that can live in a storybook?
- Have any test coverage?
- Unit tests for shared / logic-heavy components
- Integration tests using cypress for user flows
- Work correctly in Safari, Firefox, Chrome, and IE?
- Require new documentation or updates to existing documentation required?
- Have any impacts to security?
- Require us to follow up with anyone once it is deployed?
