27 |
28 | {receiverPrefix}
29 | {item.name} ({item.score}) @ {item.groupId}:{item.artifactId}:
30 | {item.version}{" "}
31 |
32 |
33 | );
34 | }
35 | }
36 |
37 | function ResultList(props) {
38 | const listItems = props.searchResults.map(item => (
39 |