Skip to content

Commit

Permalink
🚀 Loading User Content
Browse files Browse the repository at this point in the history
  • Loading branch information
asyncfinkd committed May 2, 2021
1 parent ae99701 commit 15f3380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/user/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export default function User() {
<a href={profile.website}>{profile.website}</a>
</div>
)}

{!profile && <div>loading...</div>}
</div>
</>
);
Expand Down

0 comments on commit 15f3380

Please sign in to comment.