<List className={classes.sessionList} disablePadding dense={true} style={{maxHeight: '100px', overflow: 'auto'}}>
                                    {this.state.currentSessionsList.map((session) =>
                                        <ListItem key={session.id} value={session} button component={this.customListLink}>
                                                <CurrentSessionHistoryCard infoSession={session}></CurrentSessionHistoryCard>
                                        </ListItem>