Skip to content

Commit

Permalink
fix: put back the latest sales section for the home legacy view (dece…
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo authored Jul 8, 2022
1 parent 96bf6b1 commit 174da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ const HomePage = (props: Props) => {

const sections: Partial<Record<View, Section>> = useMemo(
() => ({
[View.HOME_SOLD_ITEMS]: Section.WEARABLES_TRENDING,
[View.HOME_TRENDING_ITEMS]: Section.WEARABLES_TRENDING,
[View.HOME_NEW_ITEMS]: Section.WEARABLES,
[View.HOME_SOLD_ITEMS]: Section.WEARABLES,
[View.HOME_WEARABLES]: Section.WEARABLES,
[View.HOME_LAND]: Section.LAND,
[View.HOME_ENS]: Section.ENS
Expand Down

0 comments on commit 174da84

Please sign in to comment.