-
Notifications
You must be signed in to change notification settings - Fork 480
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
Hide N/A and null values in event log #8376 #8381
Hide N/A and null values in event log #8376 #8381
Conversation
@Nithin9585 is attempting to deploy a commit to the Open Healthcare Network Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for care-egov-staging ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
This file has nothing to do with Event Logs.
You might want to have a look at this file instead: https://github.com/coronasafe/care_fe/blob/develop/src/Components/Facility/ConsultationDetails/Events/GenericEvent.tsx
src/Components/Facility/ConsultationDetails/Events/GenericEvent.tsx
Outdated
Show resolved
Hide resolved
👋 Hi, @Nithin9585, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
…Nithin9585/care_fe into issues/8376/hide-na-null-values
LGTM |
@Nithin9585 Your efforts have helped advance digital healthcare and TeleICU systems. 🚀 Thank you for taking the time out to make CARE better. We hope you continue to innovate and contribute; your impact is immense! 🙌 |
* Hide N/A and null values in event log ohcnetwork#8376 * Hide N/A and null values in GenericEvent component * Refactor GenericEvent component to improve readability and efficiency * Revert NeurologicalTables.tsx to previous state * Resolved conflict in GenericEvent component --------- Co-authored-by: Mohammed Nihal <[email protected]> Co-authored-by: Rithvik Nishad <[email protected]>
Proposed Changes
N/A
andnull
values in the event log on the frontend.NeurologicalTables
component to conditionally render empty strings forN/A
andnull
values.@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers
Merge Checklist