diff --git a/src/App.js b/src/App.js index 2569ebb..1157da4 100644 --- a/src/App.js +++ b/src/App.js @@ -462,7 +462,7 @@ const codonZoomThreshold = -2 /> - {betterName} + {altName} ({betterName}) { feature.codonMap.map((codon, j) => { @@ -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);