optimizing print barcode size

This commit is contained in:
Knee Cola
2025-11-23 12:05:36 +01:00
parent 3368e56124
commit 81bfcd16af

View File

@@ -144,7 +144,7 @@ export const PrintPreview: React.FC<PrintPreviewProps> = ({ data, year, month, t
<div className="flex justify-center items-center">
{
item.hub3aText ?
<Pdf417Barcode hub3aText={item.hub3aText} className="max-h-28 w-auto border border-gray-300 rounded print-barcode-img" />
<Pdf417Barcode hub3aText={item.hub3aText} />
: (
// LEGACY SUPPORT ... untill all bills have been migrated
item.barcodeImage ?