Skip to content

Commit

Permalink
removing the chart settings control as it is no longer compatible wit…
Browse files Browse the repository at this point in the history
…h brian's suggestions
  • Loading branch information
PhillipsOwen committed Jul 23, 2024
1 parent b837e43 commit 6bef309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/trays/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Tune as SettingsIcon } from '@mui/icons-material';

import { DarkModeToggle } from './dark-mode';
import { BaseMaps } from './basemap';
import { ObsChartYAxis } from './chart-yaxis';
// import { ObsChartYAxis } from './chart-yaxis';

export const icon = <SettingsIcon />;

Expand All @@ -14,6 +14,6 @@ export const trayContents = () => (
<Stack gap={ 1 } p={ 1 }>
<DarkModeToggle />
<BaseMaps />
<ObsChartYAxis />
{/*<ObsChartYAxis />*/}
</Stack>
);

0 comments on commit 6bef309

Please sign in to comment.