diff --git a/src/Components/ContactCard.js b/src/Components/ContactCard.js
index 94bb3611a41ff9f466b35fe346533eba8b54ea2c..e160f5d6acf1b2dd7bcd55d4387ca00bdbdbc08a 100644
--- a/src/Components/ContactCard.js
+++ b/src/Components/ContactCard.js
@@ -16,7 +16,7 @@ GNU Affero General Public License for more details.
 You should have received a copy of the GNU Affero General Public License
 along with Plataforma Integrada MEC.  If not, see <http://www.gnu.org/licenses/>.*/
 
-import React, { useState, useEffect } from 'react';
+import React, { useState } from 'react';
 import Card from '@material-ui/core/Card';
 import CardContent from '@material-ui/core/CardContent';
 import noAvatar from "../img/default_profile.png";