diff --git a/banking/src/components/ui/error-banner.tsx b/banking/src/components/ui/error-banner.tsx index 0c57642503a..ee5cbd7e5e5 100644 --- a/banking/src/components/ui/error-banner.tsx +++ b/banking/src/components/ui/error-banner.tsx @@ -22,18 +22,6 @@ const parseHeading = (message?: ParsedErrorMessage) => { return message?.title } -const wrapLooseListItemsWithUl = (html: string): string => { - // Regex matches consecutive
  • ...
  • blocks not wrapped in