Skip to content

Commit

Permalink
NTR: fix observer
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Nov 11, 2024
1 parent d7a4abf commit 081e4be
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 081e4be

Please sign in to comment.