diff --git a/apps/compliance-portal/src/components/RecentUpdates/RecentUpdatesSection.tsx b/apps/compliance-portal/src/components/RecentUpdates/RecentUpdatesSection.tsx index 334f0a504..f01a45c7f 100644 --- a/apps/compliance-portal/src/components/RecentUpdates/RecentUpdatesSection.tsx +++ b/apps/compliance-portal/src/components/RecentUpdates/RecentUpdatesSection.tsx @@ -94,22 +94,10 @@ function RecentUpdatesSectionContent({ trustCenterKey }: RecentUpdatesSectionPro
{updates.map(update => ( - // A single failing row degrades to a compact horizontal inline error. - ( -
- -
- )} - > - -
+ // Rows share fate (one connection query), so a row's field error + // bubbles to the section boundary above rather than degrading a + // single, unrecoverable row. + ))}