aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresentationList.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-07-29 20:48:12 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-07-29 20:48:12 -0400
commit7ae3265aa9dbd5238540f06e4a964092cc81191d (patch)
tree4d15d3e46bd1f18ff646beec9b2bacf296f8fc8f /src/client/views/presentationview/PresentationList.tsx
parent6954d47c252de5eadb88725963773fe0b9b0bffe (diff)
parentc4a8b656eff910fb6c2cd1693308f0b948547cb0 (diff)
Merge branch 'presentation-preview-mohammad' of github-tsch-brown:browngraphicslab/Dash-Web into presentation-preview-mohammad
Diffstat (limited to 'src/client/views/presentationview/PresentationList.tsx')
-rw-r--r--src/client/views/presentationview/PresentationList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationList.tsx b/src/client/views/presentationview/PresentationList.tsx
index 2a31137af..2d63d41b5 100644
--- a/src/client/views/presentationview/PresentationList.tsx
+++ b/src/client/views/presentationview/PresentationList.tsx
@@ -95,7 +95,7 @@ export default class PresentationViewList extends React.Component<PresListProps>
this.props.PresElementsMappings.set(doc, e);
}
}}
- key={doc[Id] + index}
+ key={doc[Id]}
mainDocument={this.props.mainDocument}
document={doc}
index={index}