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 Nov 7, 2024
1 parent f6af2d8 commit 7e25918
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,7 @@ function App() {
<div className="flex items-center">
{window.screen.width >= 600 && ( // Hide the menu on mobile
<Select
value={

new URL(window.location.href).pathname.substring(1)
}
value={new URL(window.location.href).pathname.substring(1)}
onChange={(e) => setSelectedTree(e.target.value)}
className={"mr-4"}
>
Expand Down

0 comments on commit 7e25918

Please sign in to comment.