Skip to content

Commit

Permalink
fix: add save icons back (#10859)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariakoko authored Sep 27, 2024
1 parent 87a6e2e commit 17d17c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Scenes/Home/Components/ArtworkModuleRail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const ArtworkModuleRail: React.FC<ArtworkModuleRailProps & RailScrollProps> = ({
navigate(artwork.href)
}}
onMorePress={handlePressMore}
showSaveIcon
/>
</Flex>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export const ArtworkRecommendationsRail: React.FC<
onMorePress={() => handleMorePress("viewAll")}
onViewableItemsChanged={onViewableItemsChanged}
viewabilityConfig={viewabilityConfig}
showSaveIcon
/>
</View>
</Flex>
Expand Down
1 change: 1 addition & 0 deletions src/app/Scenes/Home/Components/MarketingCollectionRail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const MarketingCollectionRail: React.FC<MarketingCollectionRailProps> = m
onMorePress={handleMorePress}
hideCuratorsPickSignal
hideIncreasedInterestSignal
showSaveIcon
/>
</Flex>
)
Expand Down

0 comments on commit 17d17c0

Please sign in to comment.