Skip to content

Commit

Permalink
feat: hide the peaks within ranges by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Sep 18, 2023
1 parent 82c871c commit 5492f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/hooks/useActiveSpectrumRangesViewState.ts
Expand Up @@ -5,7 +5,7 @@ import { useChartData } from '../context/ChartContext';
import { useActiveSpectrum } from './useActiveSpectrum';

export const defaultRangesViewState: RangesViewState = {
showPeaks: true,
showPeaks: false,
showMultiplicityTrees: false,
showRangesIntegrals: true,
showJGraph: false,
Expand Down

0 comments on commit 5492f8a

Please sign in to comment.