-
Notifications
You must be signed in to change notification settings - Fork 248
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
(feat) O3-3909: Change the styling of abnormal and dangerous lab results in tim… #1999
Conversation
bab6b67
to
20f6cd1
Compare
Size Change: -5.86 kB (-0.04%) Total Size: 14.7 MB ℹ️ View Unchanged
|
{cell.value?.value ?? cell.value} | ||
return cell.value?.interpretation ? ( | ||
<TableCell className={styles[interpretationToCSS[cell.value.interpretation]]} key={cell.id}> | ||
<p>{cell.value?.value ?? cell.value}</p> |
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.
Maybe this should be a span instead to avoid a validateDomNesting warning because a paragraph is a block-level element?
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.
LGTM
f4f3e52
to
d8e17aa
Compare
…lts in timeline table
d8e17aa
to
b94ca99
Compare
…eline table
Requirements
Summary
Change the style of abnormal and dangerous lab results in timeline table
Screenshots
Related Issue
Other