diff --git a/src/_nav.js b/src/_nav.js index e65cdf4..86a1747 100644 --- a/src/_nav.js +++ b/src/_nav.js @@ -31,12 +31,7 @@ const _nav = [ }, - // { - // component: CNavItem, - // name: 'FAQs', - // icon: , - // to: '/FAQs', - // }, + { component: CNavItem, name: 'Users', diff --git a/src/auth.js b/src/auth.js index bcf96f4..434c3d9 100644 --- a/src/auth.js +++ b/src/auth.js @@ -5,7 +5,6 @@ export const isAutheticated = () => { if (localStorage.getItem("authToken")) { return (localStorage.getItem("authToken")); - //console.log(localStorage.getItem("authToken")) } else { return false; } diff --git a/src/index.js b/src/index.js index 0cc7962..e613caf 100644 --- a/src/index.js +++ b/src/index.js @@ -28,7 +28,5 @@ ReactDOM.render( document.getElementById('root'), ) -// If you want your app to work offline and load faster, you can change -// unregister() to register() below. Note this comes with some pitfalls. -// Learn more about service workers: http://bit.ly/CRA-PWA + serviceWorker.unregister()