Fix compilation errors and resolve ESLint warnings across multiple components

This commit is contained in:
ajaysi
2026-03-03 08:57:36 +05:30
parent cb6a3a8042
commit 2e04b8e27b
54 changed files with 1170 additions and 930 deletions

View File

@@ -12,8 +12,8 @@ import {
Button,
List,
ListItem,
ListItemIcon,
ListItemText,
// ListItemIcon,
// ListItemText,
Divider,
Avatar
} from '@mui/material';
@@ -66,7 +66,6 @@ export interface Props {
}
export const StrategicInsightsResults: React.FC<Props> = ({ report, hideCreateContent = false }) => {
const theme = useTheme();
const { insights, metrics, week_commencing } = report;
const handleCreateContent = (topic: string) => {