@@ -194,7 +191,8 @@ class UserParticipants extends Component {
className={styles.scrollableList}
role="tabpanel"
tabIndex={0}
- ref={(ref) => { this._usersList = ref; }}
+ refScrollContainer
+ ref={(ref) => { this.refScrollContainer = ref; }}
>
- { this._userItems = ref; }}>
+
{ this.refScrollItems = ref; }}>
{
users.map(user => (