Page MenuHomePhabricator

D3576.diff
No OneTemporary

D3576.diff

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 (
- <SingleLine style={style}>
- {longAbsoluteDate(props.time).toUpperCase()}
- </SingleLine>
- );
+ return <SingleLine style={style}>{longAbsoluteDate(props.time)}</SingleLine>;
}
const timestampHeight = 26;

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 3, 10:05 AM (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2611275
Default Alt Text
D3576.diff (479 B)

Event Timeline