You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Undo olmVersion handling
This commit is contained in:
@@ -227,7 +227,7 @@ export default class HelpUserSettingsTab extends React.Component<IProps, IState>
|
|||||||
|
|
||||||
const appVersion = this.state.appVersion || 'unknown';
|
const appVersion = this.state.appVersion || 'unknown';
|
||||||
|
|
||||||
let olmVersion: string = MatrixClientPeg.get().olmVersion?.toString();
|
let olmVersion = MatrixClientPeg.get().olmVersion;
|
||||||
olmVersion = olmVersion ? `${olmVersion[0]}.${olmVersion[1]}.${olmVersion[2]}` : '<not-enabled>';
|
olmVersion = olmVersion ? `${olmVersion[0]}.${olmVersion[1]}.${olmVersion[2]}` : '<not-enabled>';
|
||||||
|
|
||||||
let updateButton = null;
|
let updateButton = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user