forked from mystiq/hydrogen-web
add a binding here for the day we support edits
This commit is contained in:
parent
457c096c9b
commit
fa534b0ca9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import {ReplyPreviewError, ReplyPreviewView} from "./ReplyPreviewView.js";
|
|||
|
||||
export class TextMessageView extends BaseMessageView {
|
||||
renderMessageBody(t, vm) {
|
||||
const time = t.time({className: {hidden: !vm.date}}, vm.date + " " + vm.time);
|
||||
const time = t.time({className: {hidden: vm => !vm.time}}, vm => vm.time);
|
||||
const container = t.div({
|
||||
className: {
|
||||
"Timeline_messageBody": true,
|
||||
|
|
Loading…
Reference in a new issue