forked from mystiq/hydrogen-web
Fix == typo
This commit is contained in:
parent
7cfdd4f663
commit
da48ddec83
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export class TextTile extends BaseTextTile {
|
|||
}
|
||||
|
||||
_getBody() {
|
||||
if (this._getBodyFormat() == BodyFormat.Html) {
|
||||
if (this._getBodyFormat() === BodyFormat.Html) {
|
||||
return this._getFormattedBody();
|
||||
} else {
|
||||
return this._getPlainBody();
|
||||
|
|
Loading…
Reference in a new issue