Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyoung committed Feb 19, 2024
1 parent a8eb6c3 commit 1583508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/components/controls/mode/waveform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const WaveformModeControls = () => {
<div className="flex w-full items-center justify-between">
<Label>Double</Label>
<Switch
checked={waveformFrequenciesHz.length > 1}
defaultChecked={waveformFrequenciesHz.length > 1}
onCheckedChange={(e) => {
setWaveformFrequenciesHz(e ? [2.0, 10.0] : [2.0]);
Expand Down

0 comments on commit 1583508

Please sign in to comment.