Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -47,7 +47,7 @@ const Time = styled.span` | ... | @@ -47,7 +47,7 @@ const Time = styled.span` |
47 | `; | 47 | `; |
48 | 48 | ||
49 | export default ({ text, avatar, time }) => { | 49 | export default ({ text, avatar, time }) => { |
50 | - let UTCTime = moment.utc(time).format("HH:mm"); | 50 | + let UTCTime = moment.utc(time); |
51 | return ( | 51 | return ( |
52 | <MessageWrapper className="MessageWrapper"> | 52 | <MessageWrapper className="MessageWrapper"> |
53 | <MsgContainer> | 53 | <MsgContainer> | ... | ... |
-
Please register or login to post a comment