🔥 Minor cleanup

This commit is contained in:
Philipp Stracker 2024-08-07 14:45:08 +02:00
parent 4b30449ddb
commit 429568fbd9
No known key found for this signature in database
3 changed files with 1 additions and 8 deletions

View file

@ -503,9 +503,5 @@ export default class PaymentButton {
this.#button.remove();
}
this.#button = null;
const wrapper = this.wrapperElement;
wrapper.innerHTML = '';
}
}