diff --git a/web/src/app/containers/Circle.js b/web/src/app/containers/Circle.js
index 6f8f6ac..5b20717 100644
--- a/web/src/app/containers/Circle.js
+++ b/web/src/app/containers/Circle.js
@@ -2,7 +2,7 @@ import React, { PropTypes } from 'react'
import { graphql, compose } from 'react-apollo'
import gql from 'graphql-tag'
import { Link } from 'react-router-dom'
-import { Container, Header, Segment, Form, Button, Grid, Menu, Card, List, Table, Popup, Icon, Dropdown, Label, TextArea } from 'semantic-ui-react'
+import { Container, Header, Segment, Form, Button, Grid, Menu, Card, List, Table, Popup, Icon, Dropdown, Label, TextArea, Accordion } from 'semantic-ui-react'
import moment from 'moment'
import marked from 'marked'
@@ -310,6 +310,7 @@ class Circle extends React.Component {
const roleType = r.roleType
let fillers = []
+ let extras = []
if (roleType === 'normal') {
for (let i = 0, len = r.roleMembers.length; i < len; i++) {
// Only display max 3 fillers
@@ -322,7 +323,7 @@ class Circle extends React.Component {
focusString = ` (${focus})`
}
const memberLink = Util.memberUrl(member.uid, timeLine)
- fillers.push(
+ extras.push(
{extras}
)
if (fillers.length === 0) {
- /* TODO(sgotti) limit showed fillers when exceeding a choosed number and show a "more" button */
fillers.push(