mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 22:14:58 +08:00
label our versions sensibly
This commit is contained in:
parent
b06ab78a81
commit
e20a1acb88
@ -403,9 +403,8 @@ module.exports = React.createClass({
|
||||
Identity Server is { MatrixClientPeg.get().getIdentityServerUrl() }
|
||||
</div>
|
||||
<div className="mx_UserSettings_advanced">
|
||||
Version {this.state.clientVersion}
|
||||
<br />
|
||||
{this.props.version}
|
||||
matrix-react-sdk version: {this.state.clientVersion}<br/>
|
||||
vector-web version: {this.props.version}<br/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user