Этот коммит содержится в:
Christopher Speller
2017-09-06 20:43:18 -07:00
родитель fd86a2490e e589accdaf
Коммит 77709ccdda
10 изменённых файлов: 114 добавлений и 13 удалений

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

@@ -19,6 +19,10 @@ import PropTypes from 'prop-types';
import React from 'react';
export default class ProfilePopover extends React.Component {
static getComponentName() {
return 'ProfilePopover';
}
constructor(props) {
super(props);