diff options
Diffstat (limited to 'client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx')
-rw-r--r-- | client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx index 4e4a2b3..2430016 100644 --- a/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx +++ b/client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx @@ -58,7 +58,7 @@ const PhotoCapture = () => { }} /> ) : ( - <img src={userData.photo} /> + <img id="img" src={userData.photo} /> )} </div> <Grid container columnSpacing={10} justifyContent="center"> |