gazaskygeeks / mpcc-assistant

Platform to consolidate info/docs from visiting GSG mentors
https://mpcc-assistant.herokuapp.com/
0 stars 0 forks source link

You could pull the mentor card code out into its own component #113

Open tomduggan85 opened 6 years ago

tomduggan85 commented 6 years ago

It might help dashboard's render() function be easier to read if this block of mentor card code were in its own file, as its own component. Also, then you could reuse that component in other places in the app.

https://github.com/gazaskygeeks/mpcc-assistant/blob/6c0d9f5c76bfbdaaca06b7ae96da798f17b20cd3/src/client/components/dashboard/Dashboard.js#L34-L53