eosdac / eosdac-client-legacy

This is the frontend to interact with the DAC smart contracts.
MIT License
14 stars 19 forks source link

disable the paying feature at all if requested_pay_max = 0 #88

Closed str closed 5 years ago

str commented 5 years ago

While some DACs decide how much they will be able to pay or if they are going to pay the custodinas at all, they can set the requested_pay_max = 0.

If that's the case, showing how much to request when suscribing as a custodian could confuse someone.

Please, if requested_pay_max = 0, hide all payments related stuff.

piecesnbits commented 5 years ago

I have hidden the my payments and requested_pay in the UI when requested pay max is 0.