Previously, the Create Quote page was rendering calculations with unformatted values. (i.e some decimals had way to many decimals showing, currency was displaying in pennies, time was displaying in seconds)
This PR adds react utility methods that parse the "barely readable" values and make "human readable"
Description
Previously, the Create Quote page was rendering calculations with unformatted values. (i.e some decimals had way to many decimals showing, currency was displaying in pennies, time was displaying in seconds)
This PR adds react utility methods that parse the "barely readable" values and make "human readable"