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

Default text for user profile #128

Closed amalaabraham closed 3 years ago

amalaabraham commented 3 years ago

Resolves #108

Screenshot (88)

amalaabraham commented 3 years ago

@aitikgupta Linting is done :) Also, what I meant is when you click on start creating your posts, it goes to the home page so that the user can add his first post. And this feature is only applicable to the post owner only. When the same user goes to some other's profile, if there are no posts, only "no posts to show" is displayed.

aitikgupta commented 3 years ago

@amalaabraham yeah I understand that, the suggestions I made were just related to styling, the logic you've implemented is indeed correct.

amalaabraham commented 3 years ago

@aitikgupta Cool! :)

aitikgupta commented 3 years ago

@amalaabraham File:[frontend/src/Components/UserProfile.js] > You need to run Prettier on this file

aitikgupta commented 3 years ago

@amalaabraham thanks for your contribution! (and for sticking around with those painful linters)