Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 6, 2023
1 parent be0a728 commit e344348
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,15 @@ function App() {
(uploadedData.status === "loaded" ||
uploadedData.status === "url_supplied")) ? (
<div className="w-[calc(100%-4rem)]">
<TaxoniumBit
sourceData={uploadedData}
query={query}
updateQuery={updateQuery}
setOverlayContent={setOverlayContent}
setTitle={setTitle}
overlayContent={overlayContent}
setAboutEnabled={setAboutEnabled}
/>
<TaxoniumBit
sourceData={uploadedData}
query={query}
updateQuery={updateQuery}
setOverlayContent={setOverlayContent}
setTitle={setTitle}
overlayContent={overlayContent}
setAboutEnabled={setAboutEnabled}
/>
</div>
) : (
<div className="m-10 space-y-3">
Expand Down

0 comments on commit e344348

Please sign in to comment.