Skip to content

Commit

Permalink
fix formatting (#564)
Browse files Browse the repository at this point in the history
* fix formatting

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
theosanderson and pre-commit-ci[bot] authored Nov 28, 2023
1 parent 1e7ddfd commit ebaeae4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion proxy/kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ spec:
tls:
- hosts:
- proxy.taxonium.org
secretName: taxonium-proxy4-tls
secretName: taxonium-proxy4-tls
2 changes: 1 addition & 1 deletion taxonium_component/src/hooks/useColor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const useColor = (colorMapping) => {
if (string === "England") {
return [214, 58, 15]; // UK all brick
}

if (string === "Scotland") {
return [255, 130, 82]; // UK all brick
}
Expand Down
17 changes: 8 additions & 9 deletions taxonium_website/src/components/InputSupplier.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,18 +202,17 @@ export const InputSupplier = ({ inputHelper, className }) => {
/>{" "}
{tempURL !== "" && (
<>
<span className="mr-2 text-sm text-gray-600">
<input
type="checkbox"
checked={useProxy}
className=""
onChange={(e) => setUseProxy(e.target.checked)}
/>{" "}
Use Proxy
<span className="mr-2 text-sm text-gray-600">
<input
type="checkbox"
checked={useProxy}
className=""
onChange={(e) => setUseProxy(e.target.checked)}
/>{" "}
Use Proxy
</span>
</>
)}

<Button onClick={addFromTempURL} className="">
Add
</Button>
Expand Down

1 comment on commit ebaeae4

@vercel
Copy link

@vercel vercel bot commented on ebaeae4 Nov 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.