Fixed minor typo in SearchPage

This commit is contained in:
Ken Jannette
2018-04-20 17:05:05 -04:00
parent 71f5d958e8
commit 8ccdb86796

View File

@@ -57,7 +57,7 @@ class SearchPage extends Component {
<div className="book-authors">{result.authors}</div>
</div>
</li>
}
})
}
</ol>
</div>