mirror of
https://github.com/strapi/strapi.git
synced 2025-08-28 18:51:33 +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 {
|
||||
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 />;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user