Client side package updates.

This commit is contained in:
Patrick Fic
2022-12-22 15:06:10 -08:00
parent 0b7278a2a8
commit f4208a2212
5 changed files with 3820 additions and 5517 deletions

View File

@@ -1,9 +1,9 @@
import React from "react";
import NumberFormat from "react-number-format";
import { NumericFormat } from "react-number-format";
export default function CurrencyFormatter(props) {
return (
<NumberFormat
<NumericFormat
thousandSeparator={true}
decimalScale={2}
fixedDecimalScale={true}