[MIN] Fix datetime creation
This commit is contained in:
parent
a110444d1b
commit
5e705983c9
1 changed files with 0 additions and 2 deletions
|
|
@ -1931,9 +1931,7 @@ class extends Component
|
|||
}
|
||||
|
||||
if ( props.last_message )
|
||||
{
|
||||
item.timestamp = frappe.chat.pretty_datetime(props.last_message.creation)
|
||||
}
|
||||
|
||||
return (
|
||||
h("li", null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue