Fix typo in TransactionType with consumables

This commit is contained in:
Keannu Bernasol 2024-01-05 19:09:17 +08:00
parent c2adea5ec8
commit 81cb18dc5c
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@ export default function TransactionPDF(props: props) {
flexWrap: "wrap", flexWrap: "wrap",
}} }}
> >
Consumables: {props.transaction.consumable} Consumables: {props.transaction.consumables}
</Text> </Text>
</View> </View>
<View style={{ flex: 1 }}> <View style={{ flex: 1 }}>

View file

@ -311,7 +311,7 @@ export default function TransactionsListPage() {
} }
}} }}
> >
{transaction.consumable} {transaction.consumables}
</TableCell> </TableCell>
<TableCell align="center"> <TableCell align="center">
<p style={{ ...styles.text_M, ...styles.text_dark }}> <p style={{ ...styles.text_M, ...styles.text_dark }}>