refactor(FE): Fix dependency arrays and improve error handling in

purchase components
This commit is contained in:
rstubryan
2026-03-05 14:17:42 +07:00
parent 15c7452d7b
commit a5ebc6d1ae
2 changed files with 6 additions and 3 deletions
@@ -263,6 +263,7 @@ const PurchaseOrderInvoice = ({ data }: PurchaseOrderInvoiceProps) => {
<Page size='A4' style={pdfStyles.page}>
{/* Header Section */}
<View style={pdfStyles.header}>
{/* eslint-disable-next-line jsx-a11y/alt-text */}
<Image
src={'https://placehold.co/120x30/png'}
style={pdfStyles.logo}