aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Amoush <mohammad_amoush@brown.edu>2019-07-29 20:22:13 -0400
committerMohammad Amoush <mohammad_amoush@brown.edu>2019-07-29 20:22:13 -0400
commit893e748f53e801dadfa31d7b1914c790742fbcde (patch)
treef4483402947ce66497699acc4a5ff009830b3957
parent7b2bbf518779db3d5ef389f6a9f0d41aa2862999 (diff)
Important fix for backUp receive
-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}