summaryrefslogtreecommitdiffstats
path: root/web/react/components/activity_log_modal.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-09-02 13:00:35 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-09-02 15:57:32 -0700
commit96aa78c9713580d087f877dcb95df2ec6d366cee (patch)
tree133d0b708e24dfdb085024ba142284f3d90f4384 /web/react/components/activity_log_modal.jsx
parent58ec3cb19aac1123a24c556a741e44327f910a89 (diff)
downloadchat-96aa78c9713580d087f877dcb95df2ec6d366cee.tar.gz
chat-96aa78c9713580d087f877dcb95df2ec6d366cee.tar.bz2
chat-96aa78c9713580d087f877dcb95df2ec6d366cee.zip
Fixed some react warnings involving missing keys in render arrays
Diffstat (limited to 'web/react/components/activity_log_modal.jsx')
-rw-r--r--web/react/components/activity_log_modal.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/react/components/activity_log_modal.jsx b/web/react/components/activity_log_modal.jsx
index 2a83b3c40..7cbd4021e 100644
--- a/web/react/components/activity_log_modal.jsx
+++ b/web/react/components/activity_log_modal.jsx
@@ -102,7 +102,10 @@ export default class ActivityLogModal extends React.Component {
}
activityList[i] = (
- <div className='activity-log__table'>
+ <div
+ key={'activityLogEntryKey' + i}
+ className='activity-log__table'
+ >
<div className='activity-log__report'>
<div className='report__platform'><i className={devicePicture} />{currentSession.props.platform}</div>
<div className='report__info'>