You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-24 06:02:08 +03:00
Fix React nesting error in create key backup
This commit is contained in:
@ -355,7 +355,7 @@ export default React.createClass({
|
|||||||
return <div>
|
return <div>
|
||||||
<p>{_t("Make a copy of this Recovery Key and keep it safe.")}</p>
|
<p>{_t("Make a copy of this Recovery Key and keep it safe.")}</p>
|
||||||
<p>{bodyText}</p>
|
<p>{bodyText}</p>
|
||||||
<p className="mx_CreateKeyBackupDialog_primaryContainer">
|
<div className="mx_CreateKeyBackupDialog_primaryContainer">
|
||||||
<div className="mx_CreateKeyBackupDialog_recoveryKeyHeader">
|
<div className="mx_CreateKeyBackupDialog_recoveryKeyHeader">
|
||||||
{_t("Your Recovery Key")}
|
{_t("Your Recovery Key")}
|
||||||
</div>
|
</div>
|
||||||
@ -372,7 +372,7 @@ export default React.createClass({
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</p>
|
</div>
|
||||||
</div>;
|
</div>;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user