Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
harshalranjhani committed Oct 13, 2024
1 parent 2bb7910 commit 446042d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const breadcrumbStyle: React.CSSProperties = {
};

const BreadcrumbItem = ({ goal }: { goal: ISubGoalHistory }) => {
console.log(goal.goalTitle);
const { t } = useTranslation();
return (
<span
Expand Down

0 comments on commit 446042d

Please sign in to comment.