diff --git a/frontend/src/pages/Students.js b/frontend/src/pages/Students.js index a5e9678..bec9623 100644 --- a/frontend/src/pages/Students.js +++ b/frontend/src/pages/Students.js @@ -61,7 +61,7 @@ function Students(props) { className={`${tRow} ${i % 2 !== 0 ? striped : ''}`} > - + {`${firstName} ${lastName}` || ''} {/* empty string allows prop validation to work until data is loaded */}