Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakoko committed Nov 18, 2024
1 parent e840e11 commit 60ab3cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/Scenes/Artwork/Components/ArtworkItemCTAs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ interface ArtworkItemCTAsProps extends ArtworkActionTrackingProps {
export const ArtworkItemCTAs: React.FC<ArtworkItemCTAsProps> = ({
artwork: artworkProp,
showSaveIcon = false,
// show follow icon by default, but allow it to be hidden on specific grids
/**
* Show follow icon by default, but allow it to be hidden on specific grids
*/
showFollowIcon = true,
contextModule,
contextScreen,
Expand Down

0 comments on commit 60ab3cc

Please sign in to comment.