Skip to content
Snippets Groups Projects
Commit e4ae311a authored by lfr20's avatar lfr20
Browse files

commented on a duplicate function

parent 67f594a0
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
...@@ -88,18 +88,18 @@ export default function ReportModal (props) { ...@@ -88,18 +88,18 @@ export default function ReportModal (props) {
} }
} }
const renderForm = (formType) => { // const renderForm = (formType) => {
switch (formType) { // switch (formType) {
case 'colecao': // case 'colecao':
return ( // return (
<ReportCollectionForm // <ReportCollectionForm
handleClose={props.handleClose} // handleClose={props.handleClose}
handleSubmit={handleSubmit} // handleSubmit={handleSubmit}
/> // />
); // );
break; // break;
} // }
} // }
return ( return (
<StyledModal <StyledModal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment