fixed the function definition since it was preventing cloning of components for the support page
This commit is contained in:
parent
cf0d493f40
commit
b3245ad1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ export class Component {
|
|||
return 0;
|
||||
}
|
||||
|
||||
public addressDescription = (deviceProduct?: pond.DeviceProduct) => {
|
||||
public addressDescription(deviceProduct?: pond.DeviceProduct): string {
|
||||
if (
|
||||
this.settings.addressType === quack.AddressType.ADDRESS_TYPE_CONFIGURABLE_PIN_ARRAY ||
|
||||
(this.settings.addressType >= quack.AddressType.ADDRESS_TYPE_PIN_OFFSET1 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue