uat defect 120
This commit is contained in:
@@ -130,7 +130,15 @@ let BuildCheckSection = (props) => {
|
||||
};
|
||||
|
||||
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
|
||||
? (setFinaliseAppealProcess(true),
|
||||
await generateAppealPDF(
|
||||
|
||||
@@ -522,7 +522,7 @@ export const AppealRow_pdf = (props) => {
|
||||
case "{67FAC785-CD58-4f9f-ABB3-4B7DDC6ED5ED}":
|
||||
return (
|
||||
<View
|
||||
wrap={false}
|
||||
wrap={true}
|
||||
style={{
|
||||
flexDirection: "row",
|
||||
marginBottom: 10,
|
||||
|
||||
Reference in New Issue
Block a user