Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Dec 15, 2024
1 parent 415b7b0 commit 97e5990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,16 @@ const App = () => {
</button>
</div>
<div>
{genbankId && genbankId.length > 1 && (
{
/*
{genbankId && genbankId.length > 1 && (
<p className="text-gray-500 text-xs mt-2">
This will only work for virus-sized genomes, for bacterial
genomes please upload a file above.
</p>
)}
*/
}
</div>
{genbankResults && genbankResults.length > 0 && (
<div className="mt-5 text-xs">
Expand Down

0 comments on commit 97e5990

Please sign in to comment.