diff --git a/frontend/src/components/IdleModal.js b/frontend/src/components/IdleModal.js index e29e43da03..50b3fe4cd3 100644 --- a/frontend/src/components/IdleModal.js +++ b/frontend/src/components/IdleModal.js @@ -51,7 +51,7 @@ function IdleModal({ modalTimeout, logoutTimeout, logoutUser }) { )} > - You will automatically be logged out due to inactivity in + You will be automatically logged out due to inactivity in {' '} { timeToLogoutMsg } {' '} diff --git a/frontend/src/pages/Home/index.js b/frontend/src/pages/Home/index.js index 2d9d9b275e..990b2ff10e 100644 --- a/frontend/src/pages/Home/index.js +++ b/frontend/src/pages/Home/index.js @@ -17,7 +17,7 @@ function Home() { {' '} {user.name} -