Skip to content

Commit 1527176

Browse files
committed
fix(Banner): broken demo
1 parent 935e2de commit 1527176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-core/src/demos/Banner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ class BannerDemo extends React.Component {
135135
<PageSection>
136136
<Gallery hasGutter>
137137
{Array.from({ length: 30 }).map((_value, index) => (
138-
<GalleryItem key={i}>
139-
<Card key={i}>
138+
<GalleryItem key={index}>
139+
<Card key={index}>
140140
<CardBody>This is a card</CardBody>
141141
</Card>
142142
</GalleryItem>

0 commit comments

Comments
 (0)