Open osbornm opened 3 years ago
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} />}
{user.updated && <DateTime value={user.updated} />}
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} />}