diff --git a/helpers/HTMLView.js b/helpers/HTMLView.js
index 1c31e784b..eb113a4f3 100644
--- a/helpers/HTMLView.js
+++ b/helpers/HTMLView.js
@@ -162,7 +162,7 @@ export async function getNoteContentAsHTML(content: string, note: TNote): ?strin
}
const converter = new showdown.Converter(converterOptions)
let body = converter.makeHtml(lines.join(`\n`))
- body = `${body}` // fix for bug in showdown
+ body = `${body}` // fix for bug in showdown
const imgTagRegex = /\"/g)