diff --git a/src/pages/DetailPage.jsx b/src/pages/DetailPage.jsx index 707f4e3..de0f622 100644 --- a/src/pages/DetailPage.jsx +++ b/src/pages/DetailPage.jsx @@ -12,8 +12,8 @@ function DetailPage() { const { talkDetail = null, authUser, - } = useSelector((states) => states); - const dispatch = useDispatch(); + } = useSelector((states) => states); // @TODO: get talkDetail and authUser state from store + const dispatch = useDispatch(); // @TODO: get dispatch function from store useEffect(() => { // @TODO: dispatch async action to get talk detail by id diff --git a/src/pages/LoginPage.jsx b/src/pages/LoginPage.jsx index 671c7fc..0a16326 100644 --- a/src/pages/LoginPage.jsx +++ b/src/pages/LoginPage.jsx @@ -26,7 +26,7 @@ function LoginPage() { , {' '}
- Through Open Space. + Through Open Space App.