This commit is contained in:
2023-11-08 13:20:43 +00:00
parent e7afa582ff
commit ef1f773022
74 changed files with 3390 additions and 3540 deletions
+2
View File
@@ -137,6 +137,7 @@ export const statement_pdf = ({ docProps }) => {
<Image
style={styles.logoImage}
src="public/assets/images/pedw_logo.png"
alt="PEDW Logo"
/>
</View>
@@ -278,6 +279,7 @@ export const statement_pdf = ({ docProps }) => {
values.filesList.map(function (p) {
return (
<View
key={p.name}
style={{
flexDirection: "row",
marginBottom: 4,