optimizing print barcode size
This commit is contained in:
@@ -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 ?
|
||||
|
||||
Reference in New Issue
Block a user