From 12a34f766fee680baa24fb9bfd565f6b961f0e8f Mon Sep 17 00:00:00 2001 From: Alex Pickering Date: Thu, 5 Dec 2024 16:27:03 -0800 Subject: [PATCH] cleanup Signed-off-by: Alex Pickering --- src/components/plots/getImageUrls.js | 2 +- src/components/plots/styling/AxesDesign.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/plots/getImageUrls.js b/src/components/plots/getImageUrls.js index 83557e6af..4194408ad 100644 --- a/src/components/plots/getImageUrls.js +++ b/src/components/plots/getImageUrls.js @@ -2,7 +2,7 @@ import { loadOmeZarr } from 'components/data-exploration/spatial/loadOmeZarr'; import { root as zarrRoot } from 'zarrita'; import ZipFileStore from 'components/data-exploration/spatial/ZipFileStore'; -// Load OME-Zarr and return the pyramid and loader (an example) +// Load OME-Zarr and return the pyramid and loader const getImageUrls = async (omeZarrUrl) => { const omeZarrRoot = zarrRoot(ZipFileStore.fromUrl(omeZarrUrl)); diff --git a/src/components/plots/styling/AxesDesign.jsx b/src/components/plots/styling/AxesDesign.jsx index 84225d8c6..edd0cc045 100644 --- a/src/components/plots/styling/AxesDesign.jsx +++ b/src/components/plots/styling/AxesDesign.jsx @@ -2,7 +2,7 @@ import React from 'react'; import _ from 'lodash'; import PropTypes from 'prop-types'; import { - Slider, Form, Input, Switch, Space, Radio, + Slider, Form, Input, Switch, Radio, } from 'antd'; import useUpdateThrottled from 'utils/customHooks/useUpdateThrottled';