diff --git a/src/components/SpotifyPlayer.jsx b/src/components/SpotifyPlayer.jsx index fce1960..e3872f9 100644 --- a/src/components/SpotifyPlayer.jsx +++ b/src/components/SpotifyPlayer.jsx @@ -154,12 +154,6 @@ Song.Skeleton = function SongSkeleton({as: Component = 'div'}) { ) } -function CurrentlyPlaying(props) { - return ( - - ) -} - function LastPlayed() { const {song, isLoading, isError} = usePlayerState('last-played') @@ -186,7 +180,7 @@ export function SpotifyPlayer() { {isLoading ? : song?.isPlaying - ? + ? : }