Skip to content

Commit 0ebe42d

Browse files
committed
removed console log
1 parent 879c08c commit 0ebe42d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ProjectCard/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { PROJECT_STATUSES } from '../../config/constants'
99
import styles from './ProjectCard.module.scss'
1010

1111
const ProjectCard = ({ projectName, projectStatus, projectId, selected, isInvited }) => {
12-
console.log(find(PROJECT_STATUSES, { value: projectStatus }), projectStatus, projectName, projectId)
1312
return (
1413
<div className={styles.container}>
1514
<Link

0 commit comments

Comments
 (0)