Skip to content
Snippets Groups Projects
Commit 518c4114 authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix react issue with presence list

parent 410ba87b
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@ export default class PresenceList extends Component {
const image = context && context.mobile ? PhoneImage : context && context.hmd ? HMDImage : DesktopImage;
return (
<WithHoverSound>
<div className={styles.row} key={sessionId}>
<WithHoverSound key={sessionId}>
<div className={styles.row}>
<div className={styles.device}>
<img src={image} />
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment