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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
if the value passed is is undefined there should be a customizable message displayed rather than default to the current date time. This avoids having to do the following everywhere {user.updated && <DateTime value={user.updated} />}
The text was updated successfully, but these errors were encountered:
if the value passed is is undefined there should be a customizable message displayed rather than default to the current date time. This avoids having to do the following everywhere
{user.updated && <DateTime value={user.updated} />}
The text was updated successfully, but these errors were encountered: