Skip to content

Commit

Permalink
Update SearchPanel.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Sep 14, 2023
1 parent d7af6f7 commit 73ffb31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions taxonium_component/src/components/SearchPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ function SearchPanel({
</Select>
</div>
{colorBy.colorByField === "genotype" && (
<div className="text-xs">
If you are using custom JSONLs there is currently a bug with genotype colouring, please use <a className="text-blue-800" href="https://cov2tree-9k82lpuou-theosanderson.vercel.app/">this old version</a>.
</div>
<div className="space-x-2">
<label className="space-x-2">
<span>Gene</span>
Expand Down

0 comments on commit 73ffb31

Please sign in to comment.