From 038cacc2cd5161ab6f77e95dc8ffc223ad232b25 Mon Sep 17 00:00:00 2001
From: Lucas Schoenfelder <les17@inf.ufpr.br>
Date: Tue, 26 May 2020 12:06:02 -0300
Subject: [PATCH] changed props so it iss compatible with the generic report
 modal

---
 src/Components/ReportUserForm.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Components/ReportUserForm.js b/src/Components/ReportUserForm.js
index d1857f7c..793eb00b 100644
--- a/src/Components/ReportUserForm.js
+++ b/src/Components/ReportUserForm.js
@@ -89,7 +89,6 @@ export default function ReportForm (props) {
                 rowsMax = {"5"}
                 error = {moreInfo.key}
                 required = {false}
-                helperText ={moreInfo.value.length + '/150'}
                 style={{width:"100%"}}
             />
 
@@ -172,7 +171,7 @@ export const StyledFormControl = styled(FormControl)`
     .PrivateRadioButtonIcon-checked {
         color : orange;
     }
-    
+
     .MuiTypography-body1 {
         font-size : 14px;
     }
-- 
GitLab