dcgtc / dgrants

Decentralized Grant platform that implements quadratic funding.
GNU Affero General Public License v3.0
84 stars 39 forks source link

Grant counts should be based on grants instead of whitelist array length #526

Closed phutchins closed 2 years ago

phutchins commented 2 years ago

For the main page grant count and the grant round grants count, the number should be based on the number of grants found after filtering using the whitelist instead of using the length of the whitelist array.