mirror of https://github.com/zulip/zulip.git
timerender: Fix object-shorthand ESLint error.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
e090027adc
commit
d22fca7a78
|
@ -236,7 +236,7 @@ export function render_markdown_timestamp(time: number | Date): {
|
|||
|
||||
return {
|
||||
text: timestring,
|
||||
tooltip_content_html: tooltip_content_html,
|
||||
tooltip_content_html,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue