Closed eburgos closed 6 years ago
Added a message when there is no Metamask installed in your browser. Requested by issue #129
Lint passes well @epiqueras
I tested on incognito mode (no web3), and it still passes the first if statement after it fails to fetch:
if
https://github.com/kleros/kleros-juror-front/blob/0e21058800019280a46ef5bb27937a0cd1b948c3/src/bootstrap/initializer.js#L42
So I added the if guard here:
https://github.com/kleros/kleros-juror-front/blob/0e21058800019280a46ef5bb27937a0cd1b948c3/src/bootstrap/initializer.js#L43
do I need to do something?
No, all good.
Added a message when there is no Metamask installed in your browser. Requested by issue #129