File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/explore-section/Circuit/DetailView Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ import { useSetAtom } from 'jotai';
4
4
import { useParams } from 'next/navigation' ;
5
5
import { useEffect , useState } from 'react' ;
6
6
7
- import { CircuitSchemaProps } from '@/components/explore-section/Circuit/type' ;
8
- import { buildCircuitMap } from '@/components/explore-section/Circuit/utils/circuits-map' ;
9
- import { brainRegionSidebarIsCollapsedAtom } from '@/state/brain-regions' ;
10
7
import HeaderDetailView from './HeaderDetailView' ;
11
8
import SectionMainContainer from './sections/SectionMainContainer' ;
12
9
import Visualiser from './visualisation/Visualiser' ;
10
+ import { CircuitSchemaProps } from '@/components/explore-section/Circuit/type' ;
11
+ import { buildCircuitMap } from '@/components/explore-section/Circuit/utils/circuits-map' ;
12
+ import { brainRegionSidebarIsCollapsedAtom } from '@/state/brain-regions' ;
13
13
14
14
function MainDetailViewCore ( {
15
15
content,
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export const queryAtom = atomFamily(
150
150
151
151
const descendantIds : string [ ] =
152
152
scope . dataScope === ExploreDataScope . SelectedBrainRegion ||
153
- ExploreDataScope . BuildSelectedBrainRegion
153
+ scope . dataScope === ExploreDataScope . BuildSelectedBrainRegion
154
154
? ( await get (
155
155
selectedBrainRegionWithDescendantsAndAncestorsFamily (
156
156
scope . dataScope === ExploreDataScope . SelectedBrainRegion ? 'explore' : 'build'
You can’t perform that action at this time.
0 commit comments