chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -14,7 +14,7 @@ export default class BreadcrumbMenu extends React.Component<Props> {
|
||||
|
||||
return (
|
||||
<DropdownMenu label={this.props.label} position="center">
|
||||
{path.map(item => (
|
||||
{path.map((item) => (
|
||||
<DropdownMenuItem as={Link} to={item.url} key={item.id}>
|
||||
{item.title}
|
||||
</DropdownMenuItem>
|
||||
|
Reference in New Issue
Block a user