diff --git a/frontend/src/components/Dish.jsx b/frontend/src/components/Dish.jsx index e515f18..c23d880 100644 --- a/frontend/src/components/Dish.jsx +++ b/frontend/src/components/Dish.jsx @@ -41,7 +41,7 @@ function useRecipeAPI() { setData(response.data); }) .catch(function () { - console.log('There is no food data'); + }); }, []); diff --git a/frontend/src/components/profile/Profile.jsx b/frontend/src/components/profile/Profile.jsx index 167eb41..b512b79 100644 --- a/frontend/src/components/profile/Profile.jsx +++ b/frontend/src/components/profile/Profile.jsx @@ -155,11 +155,7 @@ return ( {profile ? (<>

{profile.name}

's Profile

) : ('') - } - {profile ? (<> -

{profile.name}

- ) : ('') - } + }

Daily Record