Skip to content

Commit 7d52ec5

Browse files
committed
missing highlight
1 parent be297d3 commit 7d52ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/8/es/part8b.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,9 +655,9 @@ const App = () => {
655655

656656
return (
657657
<div>
658-
<Notify errorMessage={errorMessage} />
658+
<Notify errorMessage={errorMessage} /> // highlight-line
659659
<Persons persons = {result.data.allPersons} />
660-
<PersonForm setError={notify} />
660+
<PersonForm setError={notify} /> // highlight-line
661661
</div>
662662
)
663663
}

0 commit comments

Comments
 (0)