updated
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user