Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Dec 6, 2024
1 parent dc811a6 commit 12a34f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/plots/getImageUrls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down
2 changes: 1 addition & 1 deletion src/components/plots/styling/AxesDesign.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 12a34f7

Please sign in to comment.