mirror of
https://github.com/IgnatZakalinsky/home-works.git
synced 2025-12-16 20: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,
|
||||
message: {
|
||||
text,
|
||||
time: new Date().toUTCString()//.toTimeString().slice(0, 5),
|
||||
time: new Date().toTimeString().slice(0, 5),
|
||||
},
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user