From 4ddf360ee857d21ebe02e0ce008848815722f580 Mon Sep 17 00:00:00 2001 From: vaasu Date: Fri, 31 Jan 2020 16:15:39 +0530 Subject: [PATCH] lint fixed updates 2 --- client/src/app/components/molecules/ChatCard/ChatCard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app/components/molecules/ChatCard/ChatCard.js b/client/src/app/components/molecules/ChatCard/ChatCard.js index ba3c735..04b8689 100644 --- a/client/src/app/components/molecules/ChatCard/ChatCard.js +++ b/client/src/app/components/molecules/ChatCard/ChatCard.js @@ -1,5 +1,4 @@ import React from 'react'; -import PropTypes from 'prop-types'; const ChatCard = ({chat}) => {