Skip to content

Commit

Permalink
fix: fix breadcrumb separator
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerH committed Aug 3, 2020
1 parent 8c7f7b4 commit e6dd15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/breadcrumb/BreadcrumbItem.tsx
Expand Up @@ -17,7 +17,7 @@ interface BreadcrumbItemInterface extends React.FC<BreadcrumbItemProps> {
}
const BreadcrumbItem: BreadcrumbItemInterface = ({
prefixCls: customizePrefixCls,
separator,
separator = '/',
children,
overlay,
dropdownProps,
Expand Down

0 comments on commit e6dd15f

Please sign in to comment.