Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 00a20fa

Browse files
SilverSilver
authored andcommitted
Fix ambiguous key name.
1 parent c36fb9e commit 00a20fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/timeline/timeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define (
2121
timelineElement.items.map(function(item, i){
2222
timelineInfo.push(
2323
<TimelineItem
24-
key={"item"+iterator+i}
24+
key={"item"+iterator+'.'+i}
2525
icon={item.icon}
2626
iconTheme={item.iconTheme}
2727
time= {item.time}

0 commit comments

Comments
 (0)