mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
remove log statement
This commit is contained in:
parent
297c15db98
commit
1049ed88b6
@ -20,7 +20,6 @@ const {
|
|||||||
const Projects = ({
|
const Projects = ({
|
||||||
projects = []
|
projects = []
|
||||||
}) => {
|
}) => {
|
||||||
console.log(projects);
|
|
||||||
const empty = projects.length ? null : (
|
const empty = projects.length ? null : (
|
||||||
<Row>
|
<Row>
|
||||||
<Column xs={12}>
|
<Column xs={12}>
|
||||||
|
Loading…
Reference in New Issue
Block a user