-
Notifications
You must be signed in to change notification settings - Fork 8
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
TTAHUB-345 Upgrade to Trussworks 2.0 Component Library #617
Conversation
@@ -87,7 +85,10 @@ const ReviewSubmit = ({ | |||
error={error} | |||
onSaveForm={onSaveForm} | |||
> | |||
<Accordion bordered={false} items={items} /> | |||
<> |
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.
What does the "<>" or "</>" do?
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.
It just a short hand way of writing Fragment Fragment Doc
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.
Looks good! 👍
The application is working well.
Description of change
Upgrade to Trussworks Component Library 2.0 version.
How to test
All application functionality should behave the same as before.
Issue(s)
Checklists
Every PR
- [ ] API Documentation updated- [ ] Boundary diagram updated- [ ] Logical Data Model updated- [ ] Architectural Decision Records written for major infrastructure decisionsProduction Deploy
After merge/deploy