Skip to content

Commit

Permalink
Merge pull request #21 from theosanderson/seq-search
Browse files Browse the repository at this point in the history
fixup
  • Loading branch information
theosanderson authored Jul 28, 2023
2 parents 9c075d3 + 58e8f86 commit 029946c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,13 @@ function SearchPanel({
{
searchType === "sequence" && (
<div className="my-2 text-gray-400 text-left px-3">
<input type="checkbox" value={includeRC} onChange={() => {
<label className="text-gray-900"> <input type="checkbox" value={includeRC} onChange={() => {

setIncludeRC(!includeRC);
setCurSeqHitIndex(0);
}

}/>
<label className="ml-2 text-gray-900">Include reverse complement</label>
}/>&nbsp;Include reverse complement</label>

{sequenceHits.length > 0 && (
<>
Expand Down

1 comment on commit 029946c

@vercel
Copy link

@vercel vercel bot commented on 029946c Jul 28, 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.