Skip to content

Commit

Permalink
house cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelCaso committed Oct 16, 2024
1 parent 7ff4795 commit 925051a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/app/listen/_components/Song.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const Song: React.FC<SongProps> = ({ songCID, metadataCID, songId, onPlay, songI

const result = await response.json();
const patronizeMusicians = result.data.patronizeMusicians;
console.log(patronizeMusicians);
const songContributions = patronizeMusicians.filter((event: any) => event.songId === String(songId));
setContributionCount(songContributions.length);
};
Expand Down

0 comments on commit 925051a

Please sign in to comment.