Skip to content

Commit

Permalink
fix(app): initialize pfl control properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Dec 29, 2021
1 parent c79a226 commit ffe460f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/App/controls/pfl.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { ChannelControl, ControlMessage } from '@mixxx-launchpad/mixxx'
import { modes } from '../ModifierSidebar'
import type { Modifier } from '../ModifierSidebar'

export default (gridPosition: [number, number]) => (deck: ChannelControl) => (modifier: Modifier) => (device: LaunchpadDevice) => (device: LaunchpadDevice) => {
export default (gridPosition: [number, number]) => (deck: ChannelControl) => (modifier: Modifier) => (device: LaunchpadDevice) => {
return {
bindings: {
pfl: {
Expand Down

0 comments on commit ffe460f

Please sign in to comment.