mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 02:16:03 +00:00
Revert console
This commit is contained in:
parent
8f08a928b4
commit
04f65a3312
@ -1,10 +1,9 @@
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
// TODO: implement the view
|
||||
export const ListView = ({ assets }) => {
|
||||
console.log('lol', assets);
|
||||
|
||||
return <div>Hello world</div>;
|
||||
return <div>Number of assets: {assets.length}</div>;
|
||||
};
|
||||
|
||||
ListView.propTypes = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user