79539523

Date: 2025-03-27 16:44:12
Score: 0.5
Natty:
Report link

To keep both the link and the tr

<TableRow>
  <Link to={`/example`} style={{ display: 'contents', verticalAlign: 'middle' }}>
    {columns.map((column) => (
      <TableCell key={column}>{renderCellContent(column)}</TableCell>
    ))}
  </Link>
</TableRow>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: busterroni