diff --git a/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js b/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js index 54588a8cc..f35584e60 100644 --- a/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js +++ b/frontend/syntaxmeets/src/components/SyntaxChat/ParticipantsList.js @@ -12,6 +12,7 @@ import { List, } from "@material-ui/core"; import { makeStyles } from "@material-ui/core/styles"; +import CloseSharpIcon from '@material-ui/icons/CloseSharp'; const useStyles = makeStyles({ list: { @@ -78,6 +79,7 @@ function ParticipantsList(props) { open={openList} onClose={() => setOpenList(false)} > + setOpenList(false)} />
{ Chat Box +