Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques Larique committed Jan 8, 2025
1 parent f1824bb commit 8f24f39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function AgreementsUpdateModal () {
if (isOnAgreementsPage || !hasFullyLoaded) return;

if (!agreements?.length) {
console.log(`Ignoring agreements modal management: no agreements to validate`);
console.log(`Ignoring agreements modal management: no agreements to validate ${agreements}`);
shell.getPlugin('ux').notifyModalActionDone();
} else {
console.log(`Showing agreements modal management`);
Expand Down

0 comments on commit 8f24f39

Please sign in to comment.