removed pinswg_name from appeal json so crm displays correct assigned reference

This commit is contained in:
2024-05-08 17:32:48 +01:00
parent af5a1c037a
commit 322078ce7f
3 changed files with 75 additions and 63 deletions
@@ -81,7 +81,10 @@ const AwaitingSubmissionFromBlob = (props) => {
"appealComplete"
) ? (
<b>
{showTopThreeArr[index].pinswg_name}
{
showTopThreeArr[index]
.appealComplete
}
</b>
) : (
<Link