Skip to content

Commit c4feab0

Browse files
committed
need to add it in both places?
1 parent 535f748 commit c4feab0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/scripts/final.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ let comments = [
22
{id: 1, author: "Cory Brown", text: "My 2 scents"},
33
{id: 2, author: "Jared Anderson", text: "Let me put it this way. You've heard of Socrates? Aristotle? Plato? Morons!"},
44
{id: 3, author: "Matt Poulson", text: "It's just a function!"},
5-
{id: 4, author: "Bruce Campbell", text: "Fish in a tree? How can that be?"}
5+
{id: 4, author: "Bruce Campbell", text: "Fish in a tree? How can that be?"},
6+
{id: 5, author: "Tim Riker", text: "So what we're learning is to keep our componets dumb?"}
67
];
78

89
const Comment = (props) => (

0 commit comments

Comments
 (0)