Skip to content

Commit

Permalink
Update packages/toolpad-core/src/PageContainer/PageHeader.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Potoms <[email protected]>
Signed-off-by: Rafael Grigorian <[email protected]>
  • Loading branch information
null93 and Janpot authored Jan 7, 2025
1 parent 5dfa29a commit 9b74bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolpad-core/src/PageContainer/PageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function PageHeader(props: PageHeaderProps) {
? resolvedBreadcrumbs.map((item, index) => {
return item.path ? (
<Link
key={item.path}
key={index}
component={ToolpadLink}
underline="hover"
color="inherit"
Expand Down

0 comments on commit 9b74bd7

Please sign in to comment.