uat defect 120
This commit is contained in:
@@ -130,7 +130,15 @@ let BuildCheckSection = (props) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const finaliseAppeal = async () => {
|
const finaliseAppeal = async () => {
|
||||||
//console.log("finalising appeal:");
|
//console.log("finalising appeal:", pdfObj);
|
||||||
|
|
||||||
|
const uniqueArray = pdfObj.filesList.filter(
|
||||||
|
(value, index, self) =>
|
||||||
|
index === self.findIndex((t) => t.name === value.name)
|
||||||
|
);
|
||||||
|
|
||||||
|
pdfObj.filesList = uniqueArray;
|
||||||
|
|
||||||
confirmSections
|
confirmSections
|
||||||
? (setFinaliseAppealProcess(true),
|
? (setFinaliseAppealProcess(true),
|
||||||
await generateAppealPDF(
|
await generateAppealPDF(
|
||||||
|
|||||||
@@ -522,7 +522,7 @@ export const AppealRow_pdf = (props) => {
|
|||||||
case "{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}":
|
case "{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}":
|
||||||
return (
|
return (
|
||||||
<View
|
<View
|
||||||
wrap={false}
|
wrap={true}
|
||||||
style={{
|
style={{
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user