Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -47,6 +47,9 @@ const Time = styled.span` | ... | @@ -47,6 +47,9 @@ const Time = styled.span` |
47 | `; | 47 | `; |
48 | 48 | ||
49 | export default ({ text, avatar, time }) => { | 49 | export default ({ text, avatar, time }) => { |
50 | + const test = moment.utc().valueOf(); | ||
51 | + console.log(typeof test); | ||
52 | + console.log(typeof time); | ||
50 | return ( | 53 | return ( |
51 | <MessageWrapper className="MessageWrapper"> | 54 | <MessageWrapper className="MessageWrapper"> |
52 | <MsgContainer> | 55 | <MsgContainer> | ... | ... |
-
Please register or login to post a comment