hodcroftlab / covariants

Real-time updates and information about key SARS-CoV-2 variants, plus the scripts that generate this information.
https://covariants.org/
GNU Affero General Public License v3.0
316 stars 111 forks source link

fix: avoid duplicate keys for different recoil atoms #306

Closed ivan-aksamentov closed 2 years ago

ivan-aksamentov commented 2 years ago

This fixes a copy-paste mistake, where 2 Recoil atoms ended up having the same key. I renamed the key for one of the atoms.

Duplicate keys could have caused app to misbehave or crash.

ivan-aksamentov commented 2 years ago

@emmahodcroft This one is an important bugfix for a bug that might have caused instability.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
covariants ✅ Ready (Inspect) Visit Preview Apr 29, 2022 at 5:22PM (UTC)
emmahodcroft commented 2 years ago

I'll go ahead and merge this in then!