FundRequest / chrome-browser-plugin

Chome browser plugin for the FundRequest platform
MIT License
15 stars 3 forks source link

Chrome extension doesn't load when an issue is funded in a different token then FND #27

Closed karelstriegel closed 6 years ago

karelstriegel commented 6 years ago

At the moment it seems that the chrome ext. can't handle other ERC20 tokens

Issue funded with XUC image.png

Issue funded in FND image.png

nico-ptrs commented 6 years ago

The bug is in https://github.com/FundRequest/chrome-browser-plugin/blob/aeebd5de7cf15e2501a104dcd124b02d4964ccbc/src/classes/models/RequestFunds.ts

Here, funds.fndFunds will be null when only funded with 'other' token

karelstriegel commented 6 years ago

Tested and passed
image