updateVatRateChangeWe use useEffect()
to make sure the updatePrices()
is called whenever the vatRate
is changed.
Info |
---|
This is a very messy implementation, see version 1. |
...
13-fixed_bad_code |
...
updateVatRateChangeWe use useEffect()
to make sure the updatePrices()
is called whenever the vatRate
is changed.
Info |
---|
This is a very messy implementation, see version 1. |
...
13-fixed_bad_code |
...