From cf49b1ec20914a34bd03cf9667cbe666b4453ca0 Mon Sep 17 00:00:00 2001 From: Narayan soni Date: Sat, 22 Oct 2022 09:51:24 +0530 Subject: [PATCH] Revert "Merge pull request #86 from bhoopesh369/bhoopesh" This reverts commit f7c7066156d1258b8c89e061ffbdbc67471bc7f0, reversing changes made to 20cf6cf2420d35ca22f2a40e6a3fc283d7a5f17d. --- src/components/Post.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/Post.jsx b/src/components/Post.jsx index b4bc8b699..8bbf474ce 100644 --- a/src/components/Post.jsx +++ b/src/components/Post.jsx @@ -1,8 +1,6 @@ import { useEffect, useState } from "react"; import { Avatar, Grid } from "@mui/material"; import FavoriteBorderIcon from "@mui/icons-material/FavoriteBorder"; -import FavoriteOutlinedIcon from '@mui/icons-material/FavoriteOutlined'; -import { red } from '@mui/material/colors'; import SendOutlinedIcon from "@mui/icons-material/SendOutlined"; import ModeCommentOutlinedIcon from "@mui/icons-material/ModeCommentOutlined"; import SentimentSatisfiedAltOutlinedIcon from "@mui/icons-material/SentimentSatisfiedAltOutlined"; @@ -244,9 +242,7 @@ function Post(prop) {
- { - (tmplikecount.indexOf(user.uid) != -1)? : - } +