We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea177f0 + 6ea01b0 commit 4622c24Copy full SHA for 4622c24
src/MainLayout/index.js
@@ -295,12 +295,12 @@ export const MainLayout = ({
295
expandedByDefault
296
/>
297
),
298
- (state.images?.length || 0) > 1 && (
299
- <ImageSelector
300
- onSelect={action("SELECT_REGION", "region")}
301
- images={state.images}
302
- />
303
- ),
+ // (state.images?.length || 0) > 1 && (
+ // <ImageSelector
+ // onSelect={action("SELECT_REGION", "region")}
+ // images={state.images}
+ // />
+ // ),
304
<RegionSelector
305
regions={activeImage ? activeImage.regions : emptyArr}
306
onSelectRegion={action("SELECT_REGION", "region")}
0 commit comments