From e2c77da2a91160975af172ef3158d285ead129d2 Mon Sep 17 00:00:00 2001 From: Shubham Saurabh Date: Mon, 29 Apr 2024 18:26:14 +0530 Subject: [PATCH] Fix #6148: fixed the issue with the home separator if home prop is null/undefined (#6375) Co-authored-by: Shubham Saurabh --- components/lib/breadcrumb/BreadCrumb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/breadcrumb/BreadCrumb.js b/components/lib/breadcrumb/BreadCrumb.js index db845ec77a..d314698718 100644 --- a/components/lib/breadcrumb/BreadCrumb.js +++ b/components/lib/breadcrumb/BreadCrumb.js @@ -254,7 +254,7 @@ export const BreadCrumb = React.memo(