mirror of
https://github.com/strapi/strapi.git
synced 2025-08-29 11:15:55 +00:00
Add comments
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
597cf9709d
commit
1a5a3fad67
@ -34,6 +34,7 @@ import saga from './saga';
|
|||||||
export class ListPluginsPage extends React.Component {
|
export class ListPluginsPage extends React.Component {
|
||||||
componentDidMount() {
|
componentDidMount() {
|
||||||
this.props.getPlugins();
|
this.props.getPlugins();
|
||||||
|
// TODO: set plugins retrieved from the marketplace into the admin reducer
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
@ -41,8 +42,6 @@ export class ListPluginsPage extends React.Component {
|
|||||||
intl: { formatMessage },
|
intl: { formatMessage },
|
||||||
} = this.props;
|
} = this.props;
|
||||||
|
|
||||||
console.log(this.props);
|
|
||||||
|
|
||||||
if (this.props.isLoading) {
|
if (this.props.isLoading) {
|
||||||
return <LoadingIndicatorPage />;
|
return <LoadingIndicatorPage />;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user