Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-06-04 00:09:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c3dfacb2feb153c470343a391556864b02366209
c3dfacb2
1 parent
660a6a58
change moment option
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
front/src/Components/Message.js
front/src/Components/Message.js
View file @
c3dfacb
...
...
@@ -47,7 +47,8 @@ const Time = styled.span`
`
;
export
default
({
text
,
avatar
,
time
})
=>
{
let
UTCTime
=
moment
.
utc
(
time
);
console
.
log
(
time
);
let
UTCTime
=
moment
();
return
(
<
MessageWrapper
className
=
"MessageWrapper"
>
<
MsgContainer
>
...
...
Please
register
or
login
to post a comment