refactor(breadcrumbs): remove stale /newappeal inline no-op branch

This commit is contained in:
2026-04-09 15:22:36 +01:00
parent 61254e3942
commit 7d195ad906
3 changed files with 31 additions and 2 deletions
-2
View File
@@ -298,8 +298,6 @@ const Breadcrumbs = (props) => {
{renderMappedRoute(pathname)}
{isPath("/newappeal") && <></>}
{staticTextCrumbLabel &&
renderTextCrumb(staticTextCrumbLabel)}
</ol>