diff --git a/crabfit-frontend/src/components/Settings/Settings.jsx b/crabfit-frontend/src/components/Settings/Settings.jsx index 1592eea..20689a3 100644 --- a/crabfit-frontend/src/components/Settings/Settings.jsx +++ b/crabfit-frontend/src/components/Settings/Settings.jsx @@ -126,19 +126,6 @@ const Settings = () => { onChange={value => store.setTheme(value)} /> - store.setHighlight(value === 'On')} - /> - { onChange={event => store.setColormap(event.target.value)} /> + store.setHighlight(value === 'On')} + /> +