Skip to content

Commit

Permalink
NTR: fix observer (#890)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitalij Mik <vitalij.mik@dasistweb.de>
  • Loading branch information
BlackScorp and Vitalij Mik authored Nov 11, 2024
1 parent d7a4abf commit 2b7976c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class PrivacyNoteElement {

const buyElement = buyElementRepository.find(privacyNote);
const expressButtonsRepository = new ExpressButtonsRepository(buyElement);
const expressButtons = expressButtonsRepository.findAll(':not(.d-none)');
const expressButtons = expressButtonsRepository.findAll();


if(expressButtons.length === 0){
Expand Down

0 comments on commit 2b7976c

Please sign in to comment.