ihorml

Results 4 issues of ihorml

In that check, a variable `myActiveAccounts` is an immutable Set instead of an array. So the proper way to check it's size is a `.size`. This bug may lead to...

If you change the ticker in ExchangeHeader - the volume ticker doesn't get changed in case `previous market volume === new market volume`. This PR fixes a logic of `shouldComponentUpdate`

For anyone who is using / going to use GA4 plugin: https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-google-analytics/src/browser.js#L284 This object should be replaced with the following (underscore instead of camelCase): ``` if (id) campaign.campaign_id = id...