diff --git a/react/src/PiPedalModel.tsx b/react/src/PiPedalModel.tsx index b762ceb..89e73b3 100644 --- a/react/src/PiPedalModel.tsx +++ b/react/src/PiPedalModel.tsx @@ -618,7 +618,7 @@ export class PiPedalModel //implements PiPedalModel this.showAlert(body as string); } - else if (message = "onLv2PluginsChanging") + else if (message === "onLv2PluginsChanging") { this.onLv2PluginsChanging(); }