sdy

test timer

...@@ -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>
......