refactor: remove unnecessary current props of breadcrumb item in portal

This commit is contained in:
jinhojang6 2023-02-16 19:17:51 +09:00
parent ad0f207586
commit 7d2e421c33
No known key found for this signature in database
GPG Key ID: 0E7AA62CB0D9E6F3
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ export const Breadcrumb: React.FC<BreadcrumbProps> & {
{collapsed.map((opt, idx) => (
<BreadcrumbItem
key={idx}
current={idx === visible.length - 1}
label={opt.value}
size={size}
link={opt.link}