Linted and formatted

This commit is contained in:
Kevin FEDYNA
2025-01-21 16:13:50 +01:00
parent b1aa4064b1
commit 6b8966c5ca
3 changed files with 22 additions and 15 deletions
@@ -36,9 +36,7 @@ export default function ConsultStudents() {
<section>
<h2>Consult Students</h2>
{error && <p className="error">{error}</p>}
{students.length === 0 ? (
<p>No students found.</p>
) : (
{students.length === 0 ? <p>No students found.</p> : (
<table>
<thead>
<tr>