Skip to content

Commit

Permalink
fix(TimelineItem): use correct name (#635)
Browse files Browse the repository at this point in the history
closes #634
  • Loading branch information
MarcusNotheis authored Aug 3, 2020
1 parent ebbfecc commit a5737c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`TimelineItem Basic Test (generated) 1`] = `<ui5-timeline />`;
exports[`TimelineItem Basic Test (generated) 1`] = `<ui5-timeline-item />`;
2 changes: 1 addition & 1 deletion packages/main/src/webComponents/TimelineItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface TimelineItemPropTypes extends WithWebComponentPropTypes {
* <a href="https://sap.github.io/ui5-webcomponents/playground/components/TimelineItem" target="_blank">UI5 Web Components Playground</a>
*/
const TimelineItem: FC<TimelineItemPropTypes> = withWebComponent<TimelineItemPropTypes>(
'ui5-timeline',
'ui5-timeline-item',
['icon', 'itemName', 'subtitleText', 'titleText'],
['itemNameClickable'],
[],
Expand Down

0 comments on commit a5737c3

Please sign in to comment.