polkadot-live / polkadot-live-app

Decentralised Polkadot Notifications and Chain Interactions on the Desktop.
GNU General Public License v3.0
2 stars 1 forks source link

fix: referenda parsing #630

Closed danebulat closed 1 month ago

danebulat commented 1 month ago

Summary

Referenda with IDs of 1000 and above are received as a string with thousand-separated commas. This PR removes commas from received referenda IDs, parsing the data correctly.