outbreak-info/outbreak.info

[bug] Routing for XBB.1.5* from the Lineage Comparison is broken

flaneuse opened this issue · 1 comments

From the Lineage Comparison page, clicking on XBB.1.5* [OMICRON (XBB.1.5.X)] routes to the SituationReport page correctly.

However, the logic within the situation report page doesn't correctly look within CURATED_LINEAGES to translate XBB.1.5* into XBB.1.5 + sublineages. I think it's probably just a case sensitivity issue, since BQ.1 works properly?

The issue was fixed via PR #608.