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
Description
The header component looks great, with a small issue to investigate:
When a clinician creates a new clinic or updates the name of an existing one, the header should reflect the changes. Investigate and implement a modification to the header to support these updates. One example of doing this is creating a state variable somewhere in a parent component and passing it through to both the create-clinic and header components, so a change in one will trigger a change in the other.
The text was updated successfully, but these errors were encountered:
Resources
For original deliverable, see #14
Description
The header component looks great, with a small issue to investigate:
The text was updated successfully, but these errors were encountered: