Skip to content

Commit 1856e99

Browse files
committed
Removing console
1 parent 129c1e8 commit 1856e99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cats-frontend/src/app/components/navigation/navigationpills/NavigationPills.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ const NavigationPills: React.FC<INavigationPills> = ({
134134
{components &&
135135
activeTabKey !== '' &&
136136
components?.map((tabComponent: { value: string, component: React.ReactNode }, index: number) => {
137-
console.log("nupur -type of tabComponent: ", typeof(tabComponent));
138137
return tabComponent.value === activeTabKey ? (
139138
<div key={index}>{tabComponent.component}</div>
140139
) : null;

0 commit comments

Comments
 (0)