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.
1 parent 8335ba4 commit 34444faCopy full SHA for 34444fa
src/components/src/side-panel/layer-panel/color-breaks-panel.tsx
@@ -194,7 +194,7 @@ function ColorBreaksPanelFactory(
194
onApply={onApply}
195
onCancel={onCilckCancel}
196
/>
197
- ) : currentBreaks ? (
+ ) : currentBreaks && allBins.length > 1 ? (
198
<ColorBreaksDisplay
199
currentBreaks={currentBreaks}
200
onEdit={isCustomBreaks ? onClickEditCustomBreaks : null}
0 commit comments