Skip to content

Commit

Permalink
rem console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Jan 3, 2025
1 parent bdfc187 commit 2f568e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { useIsCustomerActive } from "@/hooks/CustomerFilter/useIsCustomerActive"

export default function CustomerSidebarWithFilters() {
const { isCustomerActive, toggleActive } = useIsCustomerActive();
console.log("customer activa", isCustomerActive);
return (
<>
<div className="sidebar z-10 bg-background_grey h-full flex flex-col gap-6 p-4 w-[300px] overflow-y-auto">
Expand Down

0 comments on commit 2f568e7

Please sign in to comment.