We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129c1e8 commit 1856e99Copy full SHA for 1856e99
cats-frontend/src/app/components/navigation/navigationpills/NavigationPills.tsx
@@ -134,7 +134,6 @@ const NavigationPills: React.FC<INavigationPills> = ({
134
{components &&
135
activeTabKey !== '' &&
136
components?.map((tabComponent: { value: string, component: React.ReactNode }, index: number) => {
137
- console.log("nupur -type of tabComponent: ", typeof(tabComponent));
138
return tabComponent.value === activeTabKey ? (
139
<div key={index}>{tabComponent.component}</div>
140
) : null;
0 commit comments