Skip to content

Commit

Permalink
chore: typo + dev notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bran18 committed Nov 22, 2024
1 parent 08920ea commit 767c9cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app/marketplace/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Sidebar>
Expand Down Expand Up @@ -113,7 +114,7 @@ function SidebarComponent({
max={1500}
step={10}
value={priceRange}
onVolumeChange={setPriceRange}
onValueChange={setPriceRange}
className="mb-3"
/>
<div className="flex justify-between text-lg">
Expand Down

0 comments on commit 767c9cf

Please sign in to comment.