if agent dont change to appellant on submit appeal

This commit is contained in:
2024-12-02 18:50:55 +00:00
parent 7c95f679ba
commit 499a1e9527
5 changed files with 31 additions and 16 deletions
-2
View File
@@ -96,8 +96,6 @@ const TopThree = (props) => {
return { ...item1, ...item2 };
});
console.log(mergedArray);
showTopThreeArr = mergedArray;
showTopThreeArr = sortByISODate(showTopThreeArr, "createdon");