Skip to content

Commit 75c41bf

Browse files
committed
fix(Banner): broken demo
1 parent 6c0abde commit 75c41bf

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
@@ -134,8 +134,8 @@ class BannerDemo extends React.Component {
134134
<PageSection>
135135
<Gallery hasGutter>
136136
{Array.from({ length: 30 }).map((_value, index) => (
137-
<GalleryItem key={i}>
138-
<Card key={i}>
137+
<GalleryItem key={index}>
138+
<Card key={index}>
139139
<CardBody>This is a card</CardBody>
140140
</Card>
141141
</GalleryItem>

0 commit comments

Comments
 (0)