removed comments

This commit is contained in:
2025-04-16 14:48:15 +01:00
parent 75467ca55a
commit 35f19bd975
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ let BuildSection = (props) => {
props.props.accountDetails.containerID,
props.props.appealType.caseReference.ticketnumber
).then((data) => {
console.log("hello", data);
console.log("$1", data);
setCompletedUploadFiles(true);
return data;
});