Skip to content

Commit

Permalink
refactor: Update comment for hasChannelLoadedRef
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrimpCryptid committed Dec 17, 2024
1 parent 57246c3 commit e728061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aics-image-viewer/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const App: React.FC<AppProps> = (props) => {

// State for image loading/reloading

// `true` when this is the initial load of an image
/** `true` when a channel's data has been loaded for the current image. */
const hasChannelLoadedRef = useRef<boolean[]>([]);
// `true` when image data has been requested, but no data has been received yet
const [sendingQueryRequest, setSendingQueryRequest] = useState(false);
Expand Down

0 comments on commit e728061

Please sign in to comment.