sdy

add time

......@@ -56,7 +56,7 @@ export default ({ text, avatar, time }) => {
<Msg> {text} </Msg>
</MsgBox>
<TimeBox>
<Time>1</Time>
<Time>{time}</Time>
</TimeBox>
</ColumnBox>
</MsgContainer>
......