File tree 1 file changed +1
-3
lines changed
src/app/Scenes/HomeView/Sections
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import {
24
24
} from "app/Scenes/HomeView/helpers/constants"
25
25
import { getHomeViewSectionHref } from "app/Scenes/HomeView/helpers/getHomeViewSectionHref"
26
26
import { useHomeViewTracking } from "app/Scenes/HomeView/hooks/useHomeViewTracking"
27
- import { navigate } from "app/system/navigation/navigate"
28
27
import { extractNodes } from "app/utils/extractNodes"
29
28
import { NoFallback , withSuspense } from "app/utils/hooks/withSuspense"
30
29
import { useMemoizedRandom } from "app/utils/placeholders"
@@ -65,8 +64,6 @@ export const HomeViewSectionSales: React.FC<HomeViewSectionSalesProps> = ({
65
64
section . contextModule as ContextModule ,
66
65
( viewAll ?. ownerType || section . ownerType ) as ScreenOwnerType
67
66
)
68
-
69
- navigate ( href )
70
67
}
71
68
72
69
if ( sales . length === 0 ) return null
@@ -104,6 +101,7 @@ export const HomeViewSectionSales: React.FC<HomeViewSectionSalesProps> = ({
104
101
ListFooterComponent = {
105
102
viewAll ? (
106
103
< BrowseMoreRailCard
104
+ href = { viewAll . href }
107
105
onPress = { onViewAllPress }
108
106
text = { viewAll . buttonText ?? "Browse All Auctions" }
109
107
/>
You can’t perform that action at this time.
0 commit comments