Skip to content

Commit

Permalink
Show empty string instead of Loading... if Wells & Fields not used
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Mar 9, 2023
1 parent 3b90e74 commit 79f2151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ImageItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export default function ImageItem({ source, zarr_columns }) {
let attrs = await node.attrs.asObject();

let keywords = [];
let wells;
let fields;
let wells = "";
let fields = "";

// Check if we have a plate or bioformats2raw.layout...
let redirectSource;
Expand Down

0 comments on commit 79f2151

Please sign in to comment.