diff options
author | Blaster4385 <[email protected]> | 2022-08-21 20:06:41 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-21 20:06:59 +0530 |
commit | 87d4f034d803958a07e8f18c3ebd961a0bcc6372 (patch) | |
tree | 3cbdb5aaad328f99275621d2c246926390cd4c7d /client/src/pages/Enrollment/PhotoCapture/PhotoCapture.jsx | |
parent | 02936bcdabb5e2550b12fa94d435fdbcff348f71 (diff) |
Implemented image recognition
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"> |