Info |
---|
Testing how we want the app to function with an onClick() |
...
1 file modified
...
Code Block | ||
---|---|---|
| ||
<tr onClick={() => alert(`${saleItem.salePrice}` + ' => ' + `${saleItem.totalPrice}` + ' => ' + `${saleItem.vatToPay}`)}> |
Info |
---|
Testing how we want the app to function with an onClick() |
...
1 file modified
...
Code Block | ||
---|---|---|
| ||
<tr onClick={() => alert(`${saleItem.salePrice}` + ' => ' + `${saleItem.totalPrice}` + ' => ' + `${saleItem.vatToPay}`)}> |