-
Notifications
You must be signed in to change notification settings - Fork 179
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
refactor(labware-creator): Break out spacing and offset sections #7798
Conversation
Codecov Report
@@ Coverage Diff @@
## edge #7798 +/- ##
=======================================
Coverage ? 83.48%
=======================================
Files ? 333
Lines ? 21243
Branches ? 0
=======================================
Hits ? 17735
Misses ? 3508
Partials ? 0 Continue to review full report at Codecov.
|
return ( | ||
<div className={styles.new_definition_section}> | ||
<SectionBody label="Well Spacing"> | ||
<> |
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.
is this fragment doing anything?
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.
yup cause SectionBody accepts children so it needs ro be a single element
return ( | ||
<div className={styles.new_definition_section}> | ||
<SectionBody label="Grid Offset"> | ||
<> |
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.
unnecessary fragment?
adb0c93
to
60d658e
Compare
Overview
closes #7707 by breaking out the spacing and offset sections.
Changelog
Review requests
PS - I had to write a weirdo helper function to match text with
<strong>
tags within it. Please sanity check!Risk assessment
Low but double check LC works as expected