Added help text to username, nickname, and fullname

Этот коммит содержится в:
nickago
2015-09-03 12:53:16 -07:00
родитель f186572028
Коммит 228ee859ff
2 изменённых файлов: 36 добавлений и 1 удалений

Просмотреть файл

@@ -40,6 +40,7 @@ export default class UserSettings extends React.Component {
user={this.state.user}
activeSection={this.props.activeSection}
updateSection={this.props.updateSection}
updateTab={this.props.updateTab}
/>
</div>
);
@@ -86,4 +87,4 @@ UserSettings.propTypes = {
activeSection: React.PropTypes.string,
updateSection: React.PropTypes.func,
updateTab: React.PropTypes.func
};
};