@opexa/portal-components 0.1.43 → 0.1.44

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.
@@ -101,7 +101,7 @@ export function WithdrawalRecordsTable(props) {
101
101
  ? data.accountName
102
102
  : '' }), _jsx(Table.Cell, { className: "!py-1 text-right", children: capitalize(data.type, {
103
103
  delimiter: capitalize.delimiters.UNDERSCORE,
104
- }).replace(/ventaja\s/gi, '') }), _jsx(Table.Cell, { className: "!py-1", children: data.type === 'INSTAPAY'
104
+ })?.replace(/ventaja\s/gi, '') }), _jsx(Table.Cell, { className: "!py-1", children: data.type === 'INSTAPAY'
105
105
  ? data.accountNumber
106
106
  : data.recipientMobileNumber }), _jsx(Table.Cell, { className: "!py-1 text-right", children: formatNumber(data.amount, {
107
107
  currency: localeInfo.currency.code,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",