diff --git a/src/Components/ReportModal.js b/src/Components/ReportModal.js
index 540e1de9ae151b92d520e7b8d9105054c069d00b..9e29eb052b505681c540e677da738dc5882592d2 100644
--- a/src/Components/ReportModal.js
+++ b/src/Components/ReportModal.js
@@ -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