From 67fcb0b963a9f38451a382803bcfaa5fb001cded Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Thu, 17 Jun 2021 23:04:57 -0700 Subject: Revamp Moment Post View --- src/components/profile/MomentMoreInfoDrawer.tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/components/profile') diff --git a/src/components/profile/MomentMoreInfoDrawer.tsx b/src/components/profile/MomentMoreInfoDrawer.tsx index a796ffd8..a8adcfda 100644 --- a/src/components/profile/MomentMoreInfoDrawer.tsx +++ b/src/components/profile/MomentMoreInfoDrawer.tsx @@ -169,7 +169,6 @@ const MomentMoreInfoDrawer: React.FC = (props) => { return ( <> { setIsOpen(true); }}> @@ -184,10 +183,4 @@ const MomentMoreInfoDrawer: React.FC = (props) => { ); }; -const styles = StyleSheet.create({ - icon: { - marginRight: '3%', - }, -}); - export default MomentMoreInfoDrawer; -- cgit v1.2.3-70-g09d2