timerender: Fix object-shorthand ESLint error.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-03-01 14:37:48 -08:00
parent e090027adc
commit d22fca7a78
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export function render_markdown_timestamp(time: number | Date): {
return {
text: timestring,
tooltip_content_html: tooltip_content_html,
tooltip_content_html,
};
}