mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-09-01 03:18:59 +00:00
formatting
This commit is contained in:
@@ -37,7 +37,7 @@ export class ProcessorComponent {
|
||||
paramsUpdated(params: any) {
|
||||
this.processor.update((processor) => {
|
||||
if (processor !== undefined) {
|
||||
if (params !== undefined){
|
||||
if (params !== undefined) {
|
||||
return {
|
||||
...processor,
|
||||
params: params,
|
||||
@@ -45,7 +45,7 @@ export class ProcessorComponent {
|
||||
}
|
||||
return {
|
||||
...processor,
|
||||
}
|
||||
};
|
||||
}
|
||||
return undefined;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user