diff --git a/native/chat/timestamp.react.js b/native/chat/timestamp.react.js --- a/native/chat/timestamp.react.js +++ b/native/chat/timestamp.react.js @@ -19,11 +19,7 @@ if (props.display === 'modal') { style.push(styles.modal); } - return ( - - {longAbsoluteDate(props.time).toUpperCase()} - - ); + return {longAbsoluteDate(props.time)}; } const timestampHeight = 26;