Skip to content

Commit

Permalink
remove garbage kkk
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathas Souza committed Nov 25, 2021
1 parent 41cd3ac commit d26f707
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pages/tracks/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ interface Props {
const TrackPage: FC<Props> = ({ trackInfo }) => {
const { isFallback: isLoading } = useRouter()

const artistsName = trackInfo?.album?.artists.map((artist) => (
<>{artist.name}</>
))

return (
<PageHeader
imgUrl={trackInfo?.album?.imageUrl ?? ''}
Expand Down

0 comments on commit d26f707

Please sign in to comment.