diff --git a/src/components/SpotifyCard.tsx b/src/components/SpotifyCard.tsx index e4bbd77..a0e1ff0 100644 --- a/src/components/SpotifyCard.tsx +++ b/src/components/SpotifyCard.tsx @@ -31,7 +31,7 @@ export const NowPlayingCard = () => { } }, []) - const calcProgress = () => { + const Progress = () => { if (spotify.song && spotify.song.length > 0) { const progressPercentage = (spotify.song.progress / spotify.song.length) * 100 @@ -55,17 +55,22 @@ export const NowPlayingCard = () => { />