Skip to content

Commit

Permalink
Remove future component from ex 8 solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
pepopowitz committed Apr 9, 2019
1 parent 1d6e720 commit f8fbfa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercise-8/SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export default function({ friend }) {
<Card>
<div className={styles.cardContents}>
<h1>{friend.name}</h1>
<FriendFlipper friend={friend} />
<h2>ID: {friend.id}</h2>
<img src={friend.image} />
<p>{friend.bio}</p>
</div>
</Card>
Expand Down

0 comments on commit f8fbfa3

Please sign in to comment.