Skip to content

Commit

Permalink
hotfix : mart trouble shooting (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Woo committed Apr 7, 2023
1 parent 4fc0820 commit db124ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Dish.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function useRecipeAPI() {
setData(response.data);
})
.catch(function () {
console.log('There is no food data');

});
}, []);

Expand Down
6 changes: 1 addition & 5 deletions frontend/src/components/profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,7 @@ return (
{profile ? (<>
<h1>{profile.name}</h1><p>'s Profile</p>
</>) : ('')
}
{profile ? (<>
<h1>{profile.name}</h1><p></p>
</>) : ('')
}
}
</div>
<div className='profile-section'>
<h2>Daily Record</h2>
Expand Down

0 comments on commit db124ca

Please sign in to comment.