You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fix) Move date formatting from bill mapper to components (#650)
Move dateCreated formatting out of mapBillProperties and into the
components that render dates. This lets each component choose its own
format options (e.g. the printable invoice header omits time). Also
format the previously-raw dateCreated in patient-bills.component.tsx
and migrate its DataTable from the deprecated render prop to the
children pattern.
0 commit comments