score:0

Accepted answer

change the link to prop to this:

 <td><link to={`/dta/${object.id}`}>{object.dta_mnemonic}</link></td>

note the back-tick (``)

see https://developer.mozilla.org/en-us/docs/web/javascript/reference/template_literals for more info about template literals


Related Query

More Query from same tag