We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a06ef commit 35c18e3Copy full SHA for 35c18e3
src/components/MessageSystem.js
@@ -51,11 +51,11 @@ const MessageSystem = ({ message }) => (
51
<TextContainer>
52
<Text>{message.text.toUpperCase()}</Text>
53
<DateText>
54
- {Moment(message.received_at)
+ {Moment(message.created_at)
55
.format('dddd')
56
.toUpperCase()}{' '}
57
at{' '}
58
59
.format('hh:mm A')
60
.toUpperCase()}
61
</DateText>
0 commit comments