mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-18 04:39:24 +00:00
final ref hw1 / fix time
This commit is contained in:
@@ -28,7 +28,7 @@ const MessageSender = (props: any) => {
|
|||||||
user: message0.user,
|
user: message0.user,
|
||||||
message: {
|
message: {
|
||||||
text,
|
text,
|
||||||
time: new Date().toUTCString()//.toTimeString().slice(0, 5),
|
time: new Date().toTimeString().slice(0, 5),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user