Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 15, 2023
1 parent ca6867a commit b7eadcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ const codonZoomThreshold = -2
/>
<text x={x-10} y={y} textAnchor="left" fontSize="10"
>
{betterName}
{altName} ({betterName})
</text>
{
feature.codonMap.map((codon, j) => {
Expand Down Expand Up @@ -1083,7 +1083,7 @@ const App = () => {
window.alert("Error loading file: for large Genbank files, try using the 'Load from file' option instead.");
return;
}

const text = await response.text();
setGenbankString(text);
setLoading(false);
Expand Down

1 comment on commit b7eadcf

@vercel
Copy link

@vercel vercel bot commented on b7eadcf Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.