Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Delilah C. <23665803+goplayoutside3@users.noreply.github.com>
  • Loading branch information
eatyourgreens and goplayoutside3 authored Feb 15, 2022
1 parent f18fbf7 commit d245960
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function ClassifierContainer({

const workflowSnapshot = useWorkflowSnapshot(workflowID)

const loaded = useHydratedStore( classifierStore, cachePanoptesData,`fem-classifier-${project.id}`)
const loaded = useHydratedStore(classifierStore, cachePanoptesData, `fem-classifier-${project.id}`)

useEffect(function onLoad() {
/*
Expand Down

0 comments on commit d245960

Please sign in to comment.