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 threepidsSection = this.state.threepids.map((val, pidIndex) => {
|
||||||
var id = "email-" + val.address;
|
const id = "3pid-" + val.address;
|
||||||
return (
|
return (
|
||||||
<div className="mx_UserSettings_profileTableRow" key={pidIndex}>
|
<div className="mx_UserSettings_profileTableRow" key={pidIndex}>
|
||||||
<div className="mx_UserSettings_profileLabelCell">
|
<div className="mx_UserSettings_profileLabelCell">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue