Fix webapp plugins for production builds (#7392)

Этот коммит содержится в:
Joram Wilander
2017-09-06 23:39:44 -04:00
коммит произвёл Christopher Speller
родитель c68b866ef7
Коммит e589accdaf
2 изменённых файлов: 8 добавлений и 2 удалений

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

@@ -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);