Skip to content

Commit c4ee090

Browse files
Merge pull request booleanhunter#32 from slvc/master
Merge pull request
2 parents f21d46d + 00a20fa commit c4ee090

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)