Skip to content
Snippets Groups Projects
Commit 3e5136ac authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

removed unnecessary lines

parent c7591c9a
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
......@@ -32,7 +32,6 @@ const BlueRadio = withStyles({
})((props) => <Radio color="default" {...props} />);
export default function PublicationPermissionsContent (props) {
{/*To DO change to get https://api.portalmec.c3sl.ufpr.br/v1/questions*/}
const [questionsArr, setQuestionsArr] = useState([])
const handleSetQuestionsArr = (newArr) => {setQuestionsArr(newArr)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment