Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion carbon/components/cards/ChartCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function ChartCard<T extends Key, B extends Key>(
cardHeaderTitleStyle = `${cardHeaderTitleStyle} ${styles.cardHeaderTitleNoGrow}`;

/** Returns the chart to display given the chosen options
If the the chart attribute is filled, it is that chart.
If the chart attribute is filled, it is that chart.
If the charts attribute if filled, it is the chart that is referenced by the key :
`$t{topOptionKey}|$t{bottomOptionKey}` if both options are provided
topOptionKey if only topOptionKey is provided
Expand Down
2 changes: 1 addition & 1 deletion carbon/components/pages/PageWithTabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function PageWithTabs(props: {
}

/** Returns the tab to display given the chosen options
If the the chart attribute is filled, it is that chart.
If the chart attribute is filled, it is that chart.
If the charts attribute if filled, it is the chart that is referenced by the key :
`$t{topOptionKey}|$t{bottomOptionKey}` if both options are provided
topOptionKey if only topOptionKey is provided
Expand Down