From c079120ff90ac2f8213aa28691182301278b36cf Mon Sep 17 00:00:00 2001 From: Parikshith Mohite Date: Fri, 1 Nov 2024 12:54:35 -0400 Subject: [PATCH] Remove commented out code --- src/components/NowPlaying.tsx | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/components/NowPlaying.tsx b/src/components/NowPlaying.tsx index b0a2887..60d4154 100644 --- a/src/components/NowPlaying.tsx +++ b/src/components/NowPlaying.tsx @@ -135,19 +135,6 @@ class NowPlaying extends React.Component<{}, {audioFeatures: AudioFeaturesRespon }); } - // modalStyles = { - // overlay: { - // backgroundColor: "rgba(0, 0, 0, 0.70)", - // }, - // content: { - // position: 'relative', - // top: '60px', - // left: '27.5%', - // width: "550px", - // height: "610px", - // }, - // } - modalStyles = { overlay: { backgroundColor: "rgba(0, 0, 0, 0.70)",