@ammarkhalidfarooq/dashboard-package 0.4.47 → 0.4.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +4 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -6532,6 +6532,10 @@ var EmailTrendCard = function EmailTrendCard(_ref) {
|
|
|
6532
6532
|
};
|
|
6533
6533
|
|
|
6534
6534
|
var EmailSection = function EmailSection() {
|
|
6535
|
+
var _useState = React.useState("Total raised"),
|
|
6536
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
6537
|
+
activeMetric = _useState2[0],
|
|
6538
|
+
setActiveMetric = _useState2[1];
|
|
6535
6539
|
var metricInfo = {
|
|
6536
6540
|
"Total raised": {
|
|
6537
6541
|
value: "$".concat(formatNumber(48920)),
|