fix: Escape apostrophes in JSX and remove autoFocus attributes to resolve ESLint errors
Some checks failed
CI/CD Pipeline / Lint and Test (push) Has been cancelled
CI/CD Pipeline / E2E Tests (push) Has been cancelled
CI/CD Pipeline / Build Application (push) Has been cancelled

This commit is contained in:
2025-10-03 13:26:11 +00:00
parent 8bac3bad4b
commit 5fea603922
8 changed files with 15 additions and 17 deletions

View File

@@ -194,7 +194,7 @@ export default function HistoryPage() {
{/* Daily Summary */}
<Paper sx={{ p: 3, mt: 3 }}>
<Typography variant="h6" fontWeight="600" gutterBottom>
Today's Summary
Today&apos;s Summary
</Typography>
<Box sx={{ display: 'flex', gap: 2, flexWrap: 'wrap', mt: 2 }}>
<Chip