mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Maybe fix UserSettings?
This commit is contained in:
parent
ea8a37ff21
commit
ef8c9246aa
1 changed files with 1 additions and 1 deletions
|
@ -1298,7 +1298,7 @@ module.exports = React.createClass({
|
|||
// If the olmVersion is not defined then either crypto is disabled, or
|
||||
// we are using a version old version of olm. We assume the former.
|
||||
let olmVersionString = "<not-enabled>";
|
||||
if (olmVersion !== undefined) {
|
||||
if (olmVersion) {
|
||||
olmVersionString = `${olmVersion[0]}.${olmVersion[1]}.${olmVersion[2]}`;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue