MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
15 stars 8 forks source link

Show Verification's User as a link #112

Closed aitikgupta closed 3 years ago

aitikgupta commented 3 years ago

Currently, the return was verification contains the user_id, name and email_id.

We just need to covert: https://github.com/MLH-Fellowship/SocioMark/blob/39eb2f05a1a2da1ca6f6dfee388474da737c6a57/frontend/src/Components/Post/Post.js#L138-L147

Into a link /user/{user_id}

MyrrhDev commented 3 years ago

Hey! I think I can do this one :)