mirror of https://github.com/acid-info/lsd.git
refactor: remove unnecessary current props of breadcrumb item in portal
This commit is contained in:
parent
ad0f207586
commit
7d2e421c33
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue