We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c3405 commit a4ba204Copy full SHA for a4ba204
1 file changed
part1/anecdotes/src/App.js
@@ -48,6 +48,7 @@ const App = () => {
48
</div>
49
<h1>Anecdote with most votes</h1>
50
<p>{anecdotes[mostVoted]}</p>
51
+ <p>has {points[mostVoted]} votes</p>
52
53
)
54
}
0 commit comments