mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Fix additional entry in transaction report pdf
This commit is contained in:
parent
c4bcb30b80
commit
6b94f31e04
1 changed files with 0 additions and 14 deletions
|
@ -72,20 +72,6 @@ export default function TransactionReportPDF(props: props) {
|
||||||
).length
|
).length
|
||||||
}
|
}
|
||||||
</Text>
|
</Text>
|
||||||
<Text
|
|
||||||
style={{
|
|
||||||
color: colors.font_dark,
|
|
||||||
fontSize: 16,
|
|
||||||
textAlign: "center",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Rejected Transactions:{" "}
|
|
||||||
{
|
|
||||||
transactions_today.filter(
|
|
||||||
(transaction) => transaction.transaction_status == "Rejected"
|
|
||||||
).length
|
|
||||||
}
|
|
||||||
</Text>
|
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
color: colors.font_dark,
|
color: colors.font_dark,
|
||||||
|
|
Loading…
Reference in a new issue