Skip to content

Commit

Permalink
Update DesignPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
beyackle committed Oct 30, 2020
1 parent 36f178e commit e75713c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Composer/packages/client/src/pages/design/DesignPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -470,10 +470,12 @@ const DesignPage: React.FC<RouteComponentProps<{ dialogId: string; projectId: st
return {
key: breadcrumb.label,
text: breadcrumb.label,
onClick: () => breadcrumb.onClick?.(),
};
};

const items = breadcrumbs.map(createBreadcrumbItem);
console.log(items);

const breadcrumbItems = (
<div style={{ display: 'flex', justifyContent: 'space-between', height: '65px' }}>
Expand Down

0 comments on commit e75713c

Please sign in to comment.