diff --git a/frontend/app/marketplace/page.tsx b/frontend/app/marketplace/page.tsx index 7a57c54..8d9f154 100644 --- a/frontend/app/marketplace/page.tsx +++ b/frontend/app/marketplace/page.tsx @@ -86,6 +86,7 @@ function SidebarComponent({ }: SidebarComponentProps) { const pathname = usePathname(); const router = useRouter(); + // * Shows home button only on marketplace path but can be extended to other pages if needed const showHomeButton = pathname?.includes("/marketplace"); return ( @@ -113,7 +114,7 @@ function SidebarComponent({ max={1500} step={10} value={priceRange} - onVolumeChange={setPriceRange} + onValueChange={setPriceRange} className="mb-3" />