Add comments

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-02-12 10:12:19 +01:00
parent 597cf9709d
commit 1a5a3fad67

View File

@ -34,6 +34,7 @@ import saga from './saga';
export class ListPluginsPage extends React.Component {
componentDidMount() {
this.props.getPlugins();
// TODO: set plugins retrieved from the marketplace into the admin reducer
}
render() {
@ -41,8 +42,6 @@ export class ListPluginsPage extends React.Component {
intl: { formatMessage },
} = this.props;
console.log(this.props);
if (this.props.isLoading) {
return <LoadingIndicatorPage />;
}