fix(pdf): fix style property justifyContent in InvoicePDF component
All checks were successful
Staging Build / build (push) Successful in 3m8s

This commit is contained in:
DanielS
2026-08-11 23:41:00 +02:00
parent c1efc7916f
commit 009b167cbd

View File

@@ -165,7 +165,7 @@ export const InvoicePDF = ({
Anfragebestätigung: {order.order_number || order.id} Anfragebestätigung: {order.order_number || order.id}
</Text> </Text>
<View style={{ flexDirection: 'row', justify: 'space-between', marginBottom: 15 }}> <View style={{ flexDirection: 'row', justifyContent: 'space-between', marginBottom: 15 }}>
<View style={{ width: '48%' }}> <View style={{ width: '48%' }}>
<Text style={styles.label}>Endkunde</Text> <Text style={styles.label}>Endkunde</Text>
<Text style={{ fontWeight: 'bold' }}>{customer.company_name}</Text> <Text style={{ fontWeight: 'bold' }}>{customer.company_name}</Text>