You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41010509-string-comparison-with-undefined-in-_chain?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
return data[name] === 'undefined' ? null : data[name];
should be
return data[name] === undefined ? null : data[name];
Preparing a PR. Just creating the issue to have something to refer to when submitting PR
[Ugh, removed HTML-tags that stripped styling of the bountyplugin]
Want to back this issue? Post a bounty on it!
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41010509-string-comparison-with-undefined-in-_chain?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F6332594&utm_medium=issues&utm_source=github).We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: