mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
Fix == typo
This commit is contained in:
parent
7cfdd4f663
commit
da48ddec83
@ -37,7 +37,7 @@ export class TextTile extends BaseTextTile {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_getBody() {
|
_getBody() {
|
||||||
if (this._getBodyFormat() == BodyFormat.Html) {
|
if (this._getBodyFormat() === BodyFormat.Html) {
|
||||||
return this._getFormattedBody();
|
return this._getFormattedBody();
|
||||||
} else {
|
} else {
|
||||||
return this._getPlainBody();
|
return this._getPlainBody();
|
||||||
|
Loading…
Reference in New Issue
Block a user