➡️ Drawer beautification

This commit is contained in:
2021-07-01 10:07:01 -07:00
parent aa688f85e1
commit c932094f98
8 changed files with 108 additions and 153 deletions

View File

@@ -21,8 +21,8 @@ export const MatchResult = (props: MatchResultProps) => {
<tbody>
{map(props.matchData, (match, idx) => {
return (
<tr className="search-result">
<td key={idx}>
<tr className="search-result" key={idx}>
<td>
<img className="cover-image" src={match.image.thumb_url} />
</td>
<td className="search-result-details">