Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Sep 11, 2023
1 parent b63fedb commit 8de43ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/customer-service/src/components/user-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { getInitials } from '~/utils/string';

export function UserNav({ showLabel = false }) {
const session = useSession();
console.log(session);

if (!session.data?.user) return null;

return (
Expand Down

0 comments on commit 8de43ef

Please sign in to comment.