Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Orang-utan committed Aug 14, 2020
1 parent f56bc48 commit 4cd120d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/src/pages/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ const Dashboard = () => {
const MyProfile = (res: MyProfileResponse) => {
const { data: myProfile } = res;

console.log(res);

return (
<div>
<h3 className="title is-3">
Expand Down

0 comments on commit 4cd120d

Please sign in to comment.