Skip to content

Commit

Permalink
[PAY-2817] Web collections show reposts, remove artist column (#8272)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharit-tan committed May 1, 2024
1 parent 6f8bab6 commit c3ee4a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,18 +274,18 @@ const CollectionPage = ({
return [
'playButton',
'trackName',
'artistName',
isAlbum ? 'date' : 'addedDate',
'length',
'reposts',
'overflowActions'
]
return [
'playButton',
'trackName',
'artistName',
isAlbum ? 'date' : 'addedDate',
'length',
'plays',
'reposts',
'overflowActions'
]
}, [areAllTracksPremium, isAlbum, isNftPlaylist])
Expand Down

0 comments on commit c3ee4a8

Please sign in to comment.