They're not all emails anymore

This commit is contained in:
David Baker 2016-12-22 15:03:24 +00:00
parent 5e10ec4ece
commit 98b22460ec

View file

@ -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">