Make formatting consistent
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
4005d70bb9
commit
dd9a19b7f0
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@ export class RoomDetailsView extends TemplateView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class EncryptionIconView extends TemplateView{
|
class EncryptionIconView extends TemplateView {
|
||||||
render(t, isEncrypted) {
|
render(t, isEncrypted) {
|
||||||
return t.div({ className: "EncryptionIconView" },
|
return t.div({ className: "EncryptionIconView" },
|
||||||
[t.div({ className: isEncrypted ? "EncryptionIconView_encrypted" : "EncryptionIconView_unencrypted" })]);
|
[t.div({ className: isEncrypted ? "EncryptionIconView_encrypted" : "EncryptionIconView_unencrypted" })]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue