proto-kit / starter-kit

Starter kit for privacy enabled application chains
40 stars 22 forks source link

fix: crush if window.mina is not defined #4

Closed asimaranov closed 10 months ago

asimaranov commented 10 months ago

Now example crushed in case if window.mina is not defined:

image

This is because if variable is not defined, this should be checked by typeof mina === 'undefined' not !mina: otherwise ReferenceError is raised