diff --git a/src/PKPass.ts b/src/PKPass.ts index 8cc9ca7..6e95893 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -157,7 +157,9 @@ export default class PKPass extends Bundle { Object.assign(this[propsSymbol], overridesValidation); } - this.certificates = certificates; + if (certificates) { + this.certificates = certificates; + } } /**