Skip to content

Commit 0d8ac96

Browse files
turskytshemsedinov
authored andcommitted
Little fn simplification
1 parent a95b8fd commit 0d8ac96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ content.push({
4141
margin: [40, 40, 40, 0],
4242
});
4343

44-
const pageBreak = (s) => content.push({ text: '', pageBreak: `${s}` });
44+
const pageBreak = (s) => content.push({ text: '', pageBreak: s });
4545

4646
const caption = (s) => {
4747
content.push({

0 commit comments

Comments
 (0)