From e4ec886a4f2c75dbd7165ed3309d304cc7607800 Mon Sep 17 00:00:00 2001 From: Mark Solomonik Date: Sun, 9 Jun 2019 19:41:48 -0700 Subject: [PATCH] Fixed URL for StudentDetails page --- frontend/src/pages/Students.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}