diff --git a/com-dict-client/.env.sample b/com-dict-client/.env.sample deleted file mode 100644 index 50c326a..0000000 --- a/com-dict-client/.env.sample +++ /dev/null @@ -1,4 +0,0 @@ -REACT_APP_FIREBASE_API_KEY = -REACT_APP_FIREBASE_PROJECT_ID = -REACT_APP_FIREBASE_MESSAGING_SENDER_ID = -REACT_APP_FIREBASE_APP_ID = \ No newline at end of file diff --git a/com-dict-client/src/components/Header/index.js b/com-dict-client/src/components/Header/index.js index a4824f0..639e3ee 100644 --- a/com-dict-client/src/components/Header/index.js +++ b/com-dict-client/src/components/Header/index.js @@ -17,9 +17,9 @@ function TitleBar() { const firebase = useFirebase(); const history = useHistory(); const user = useSelector((state) => state.firebase.auth); - console.log(user); const location = useLocation(); console.log(location.pathname); + const { Title } = Typography; return (