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.
2 parents 74f9bd6 + 35c18e3 commit 9c8f1f0Copy full SHA for 9c8f1f0
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