diff --git a/vite/src/pipedal/MidiBindingView.tsx b/vite/src/pipedal/MidiBindingView.tsx index f11b5c9..4c657c6 100644 --- a/vite/src/pipedal/MidiBindingView.tsx +++ b/vite/src/pipedal/MidiBindingView.tsx @@ -205,7 +205,7 @@ const MidiBindingView = for (let i = 0; i < 127; ++i) { result.push( - {i} ({Utility.midiNoteName(i)}) + {i} {Utility.midiNoteName(i)} ) }