We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f693d5e commit 9654cbaCopy full SHA for 9654cba
1 file changed
src/components/SearchResult/TableBody.jsx
@@ -23,7 +23,7 @@ function TableBody(props) {
23
<tr
24
key={id}
25
onClick={handleSelect}
26
- className={`table-row ${selectedRow}`}
+ className={`table-row ${selectedRow}`}
27
>
28
<td>{id}</td>
29
<td>{title}</td>
0 commit comments