webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

Private projects not visible on landing #117

Closed nicole-gathany closed 4 years ago

nicole-gathany commented 4 years ago

I still need to make the private projects visible to the user

nicole-gathany commented 4 years ago

I was originally going to create a seperate component for the current user view but realized that was unnecessary.

abrie commented 4 years ago

Looks good to me. All it needs is code formatting. We have a standard .prettierrc configuration in the root of the project. Assuming you have Prettier installed, you can apply the rules through the CLI: prettier --write src/components/Projects/table.js

nicole-gathany commented 4 years ago

Looks good to me. All it needs is code formatting. We have a standard .prettierrc configuration in the root of the project. Assuming you have Prettier installed, you can apply the rules through the CLI: prettier --write src/components/Projects/table.js

Ok. I actually need to reinstall prettier

nicole-gathany commented 4 years ago

--write src/components/Projects/table.js

this is actually not working for me. it's saying prettier is not a command.