Этот коммит содержится в:
Christopher Speller
2016-09-23 12:29:54 -04:00
коммит произвёл GitHub
родитель 214f9c13a2
Коммит 93f2b6a833
73 изменённых файлов: 180 добавлений и 173 удалений

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

@@ -162,7 +162,7 @@ export default class UserProfile extends React.Component {
/>
);
let fullname = Utils.getFullName(this.props.user);
const fullname = Utils.getFullName(this.props.user);
if (fullname) {
dataContent.push(
<div