[DEV-570] added study group data integration #120
GitHub Actions / ESLint
succeeded
Apr 15, 2026 in 0s
2 warnings
ESLint found 2 warnings
Annotations
Check warning on line 29 in frontend/app/study-groups/page.tsx
github-actions / ESLint
frontend/app/study-groups/page.tsx#L29
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator (@typescript-eslint/no-floating-promises)
Check warning on line 58 in frontend/app/study-groups/page.tsx
github-actions / ESLint
frontend/app/study-groups/page.tsx#L58
Do not nest ternary expressions (no-nested-ternary)
Loading