mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Merge branch 'master' of https://git.keannu1.duckdns.org/keannu125/Borrowing-TrackerFrontend into feature/additional_styles
This commit is contained in:
commit
b9a2663d50
2 changed files with 2 additions and 14 deletions
|
@ -12,4 +12,6 @@ steps:
|
||||||
- npm run build
|
- npm run build
|
||||||
- ssh root@10.0.10.4 'rm -rf /mnt/sda1/files/projects/borrowing_tracker_frontend/*'
|
- ssh root@10.0.10.4 'rm -rf /mnt/sda1/files/projects/borrowing_tracker_frontend/*'
|
||||||
- scp -r dist/* root@10.0.10.4:/mnt/sda1/files/projects/borrowing_tracker_frontend
|
- scp -r dist/* root@10.0.10.4:/mnt/sda1/files/projects/borrowing_tracker_frontend
|
||||||
|
when:
|
||||||
|
- branch: master
|
||||||
secrets: [SSH_KEY]
|
secrets: [SSH_KEY]
|
||||||
|
|
|
@ -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