IBM / ipfs-social-proof

IPFS Social Proof: A decentralized identity and social proof system
MIT License
142 stars 27 forks source link

Follow button default state is display:none #13

Closed daviddahl closed 5 years ago

daviddahl commented 5 years ago

The follow button logic is flawed. Need to make sure a default state is displayed

daviddahl commented 5 years ago

see: https://github.com/IBM/ipfs-social-proof/blob/master/client/index.js#L839-L844

There is no else after if (res){}

daviddahl commented 5 years ago

Have moved to a better component class style for this UI