istreamlabs / pebble

Pebble Design System
https://pebble.istreamplanet.net
Apache License 2.0
14 stars 5 forks source link

DateTime should not default to current date #381

Open osbornm opened 3 years ago

osbornm commented 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} />}