mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
They're not all emails anymore
This commit is contained in:
parent
5e10ec4ece
commit
98b22460ec
1 changed files with 1 additions and 1 deletions
|
@ -532,7 +532,7 @@ module.exports = React.createClass({
|
|||
);
|
||||
|
||||
var threepidsSection = this.state.threepids.map((val, pidIndex) => {
|
||||
var id = "email-" + val.address;
|
||||
const id = "3pid-" + val.address;
|
||||
return (
|
||||
<div className="mx_UserSettings_profileTableRow" key={pidIndex}>
|
||||
<div className="mx_UserSettings_profileLabelCell">
|
||||
|
|
Loading…
Reference in a new issue