mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +01:00
Make formatting consistent
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
4005d70bb9
commit
dd9a19b7f0
@ -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" })]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user