Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
barais committed Mar 17, 2024
1 parent c9a7878 commit 1a9f38d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export class ExportPdfService {
if (this.anonymous) {
if (this.nbrPageInTemplate > 1) {
const paget1 = (page % this.nbrPageInTemplate) % 2;

if (1 === paget1) {
this.maskNameFirstName(this.canvass.get(page)!);
}
Expand Down

0 comments on commit 1a9f38d

Please sign in to comment.