Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3401029
D3576.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
479 B
Referenced Files
None
Subscribers
None
D3576.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D3576: [native] [fix] ENG-949 update timestamp to lowercase
Attached
Detach File
Event Timeline
Log In to Comment