We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af05b63 commit a8427adCopy full SHA for a8427ad
src/frontend/src/components/client/ServiceListItem.tsx
@@ -44,8 +44,6 @@ const ServiceListItem: React.FC<ServiceListItemProps> = React.memo(
44
loading: false,
45
};
46
47
- console.log("From Service List Item", fetchedService);
48
-
49
// Define layout classes based on props
50
const itemWidthClass = isGridItem
51
? "w-full" // Full width for grid items
0 commit comments