Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Jul 28, 2023
1 parent 7aff974 commit 979354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function SearchPanel({
)}
</div>
{
searchType === "sequence" && (
searchType === "sequence" && searchInput && searchInput.length>0&& (
<div className="my-2 text-gray-400 text-left px-3">
<label className="text-gray-900"> <input type="checkbox" value={includeRC} onChange={() => {

Expand Down

0 comments on commit 979354f

Please sign in to comment.