From 0bf65da70f11921ccd83fda27efac1ce86d8662b Mon Sep 17 00:00:00 2001 From: Jaiwanth Date: Sat, 22 May 2021 11:38:32 +0530 Subject: [PATCH] Remove unnecessary semicolons --- src/utils/exportUtils/HtmlExport.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/exportUtils/HtmlExport.ts b/src/utils/exportUtils/HtmlExport.ts index 1b0d59ab6b..6ca7f8057b 100644 --- a/src/utils/exportUtils/HtmlExport.ts +++ b/src/utils/exportUtils/HtmlExport.ts @@ -290,7 +290,7 @@ const getUserPic = async (event: MatrixEvent) => {
${event.sender.name[0]} -
; +
`; @@ -386,7 +386,7 @@ const createMessageBody = async (event: MatrixEvent, joined = false, isReply = f
${new Date(event.getTs()).toLocaleTimeString().slice(0, -3)} -
; +
${!joined ? `
${event.sender.name}
`: ``}