diff --git a/components/Print.tsx b/components/Print.tsx index 624200f..55714f9 100644 --- a/components/Print.tsx +++ b/components/Print.tsx @@ -28,7 +28,7 @@ const _save = (props: PrintingProps): Promise => { } const _print = async (props: PrintingProps): Promise => { - const numCopies = 50; // Number of copies to print + const numCopies = 2; // Number of copies to print const units = 'mm'; const pageSize = 28.6; const pageWidth = `${pageSize}${units}`;