Skip to content

fixed prettier issues

81edfc0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

[DEV-570] added study group data integration #120

fixed prettier issues
81edfc0
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / ESLint

frontend/app/study-groups/page.tsx#L58

Do not nest ternary expressions (no-nested-ternary)