Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 28, 2023
1 parent 74aab45 commit 04964af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gensplore-component/src/components/GensploreView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@ function GensploreView({ genbankString, searchInput, setSearchInput, showLogo })
</div>



{
isOpen &&
<Offcanvas isOpen={featureOffcanvasOpen} onClose={() => setFeatureOffcanvasOpen(false)}>
<table className="min-w-full divide-y divide-gray-200">
<thead>
Expand Down Expand Up @@ -596,6 +597,7 @@ function GensploreView({ genbankString, searchInput, setSearchInput, showLogo })
</tbody>
</table>
</Offcanvas>
}
</>
);
}
Expand Down

0 comments on commit 04964af

Please sign in to comment.