Institutions api still being called multiple times
When the AssetListPage loads (!7 (merged)) it requests institution names simultaneously. Often for the same instid.
Either:
- fix (with dispatcher and queuing?) this, or
- switch to pulling all institutions in one go (original app did this)