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) {
}
}
const renderForm = (formType) => {
switch (formType) {
case 'colecao':
return (
<ReportCollectionForm
handleClose={props.handleClose}
handleSubmit={handleSubmit}
/>
);
break;
}
}
// const renderForm = (formType) => {
// switch (formType) {
// case 'colecao':
// return (
// <ReportCollectionForm
// handleClose={props.handleClose}
// handleSubmit={handleSubmit}
// />
// );
// break;
// }
// }
return (
<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