Skip to content

Commit

Permalink
Default MD panel
Browse files Browse the repository at this point in the history
  • Loading branch information
terotik committed Oct 14, 2024
1 parent 7ed6061 commit 520c40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/paths/toolbar/SettingsPanelFull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const SettingsPanelFull: React.FC = () => {
const activeScenario = useReactiveVar(activeScenarioVar);
const yearRange = useReactiveVar(yearRangeVar);
const { instance, scenarios } = paths;
const [mode, setMode] = useState(MODE.LG);
const [mode, setMode] = useState(MODE.MD);

useEffect(() => {
if (!paths || paths.instance.id === 'unknown') return;
Expand Down

0 comments on commit 520c40f

Please sign in to comment.