From 80fdd6e8170d01ed74be2bb80a0745d090ca4e43 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 2 Sep 2025 16:52:15 -0400 Subject: [PATCH] Fix text --- src/components/layouts/aside/DashboardAside.jsx | 2 +- src/components/loan_charges/BillingsCom.jsx | 2 +- src/components/transactions/SubscriptionsCom.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/layouts/aside/DashboardAside.jsx b/src/components/layouts/aside/DashboardAside.jsx index 0ad1300..0fe90a0 100644 --- a/src/components/layouts/aside/DashboardAside.jsx +++ b/src/components/layouts/aside/DashboardAside.jsx @@ -139,7 +139,7 @@ const asideNavLinks = [ {name:'Dashboard', status:1, icon: 'dashboard', to: RouteLinks.homePage}, {name:'Deployments', title:'Activities', status:1, icon: 'arrow-right', subLinks: [ {name: 'Active', status:1, icon: 'dot', to: RouteLinks.transactionsPage}, - {name: 'Subscriptions', status:1, icon: 'dot', to: RouteLinks.subscriptions}, + {name: 'Provisions', status:1, icon: 'dot', to: RouteLinks.subscriptions}, {name: 'Customers', status:1, icon: 'dot', to: RouteLinks.customerPage}, {name: 'Billings', status:1, icon: 'dot', to: RouteLinks.billings}, {name: 'Configurations', status:1, icon: 'arrow-right', subLinks: [ diff --git a/src/components/loan_charges/BillingsCom.jsx b/src/components/loan_charges/BillingsCom.jsx index 38e8656..3519e79 100644 --- a/src/components/loan_charges/BillingsCom.jsx +++ b/src/components/loan_charges/BillingsCom.jsx @@ -119,7 +119,7 @@ export default function BillingsCom() {
-
{item?.amount}
+
${item?.amount}
{/*
{item?.external_url}
*/}
diff --git a/src/components/transactions/SubscriptionsCom.jsx b/src/components/transactions/SubscriptionsCom.jsx index 70f2d24..6f176cf 100644 --- a/src/components/transactions/SubscriptionsCom.jsx +++ b/src/components/transactions/SubscriptionsCom.jsx @@ -51,7 +51,7 @@ export default function SubscriptionsCom() { return (
- +
{ isError ?