diff --git a/dev-dist/sw.js b/dev-dist/sw.js index d91ce25..eb5efe1 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-e7681877'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.4if6iedhk8" + "revision": "0.k80r95n1blo" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/langs/fa.json b/src/langs/fa.json index 7cac3fb..e87f85e 100644 --- a/src/langs/fa.json +++ b/src/langs/fa.json @@ -282,7 +282,7 @@ "doer": "انجام دهنده", "tracking_number": "شماره پیگیری", "description_transaction": "شرح تراکنش", - "amount": "مبلغ", + "amount": "مبلغ (تومان)", "date": "تاریخ تراکنش", "order_number": "شماره سفارش", "transaction_type": "نوع تراکنش", diff --git a/src/pages/home/components/DanakLearning.tsx b/src/pages/home/components/DanakLearning.tsx index 9fe6f5b..05795d9 100644 --- a/src/pages/home/components/DanakLearning.tsx +++ b/src/pages/home/components/DanakLearning.tsx @@ -24,11 +24,11 @@ const DanakLearning: FC = () => { -
+
{ getLearnings.data?.data?.learnings?.map((item: LearningItemType) => { return ( -
+
danak-learning-1 diff --git a/src/pages/learning/Detail.tsx b/src/pages/learning/Detail.tsx index a0f857c..74228a4 100644 --- a/src/pages/learning/Detail.tsx +++ b/src/pages/learning/Detail.tsx @@ -25,13 +25,9 @@ const LearningDetail: FC = () => { :
-
- { - getLearningDetail.data?.data?.learning?.title - } -
-
+ +
diff --git a/src/pages/receipts/Detail.tsx b/src/pages/receipts/Detail.tsx index e89e4b9..e90eb7f 100644 --- a/src/pages/receipts/Detail.tsx +++ b/src/pages/receipts/Detail.tsx @@ -180,7 +180,7 @@ const ReceiptsDetail: FC = () => { {t('receip.factor_number')}
- {moment(getInvoce.data?.data?.invoice.createdAt).format('jYYYY') + '-' + getInvoce.data?.data?.invoice.numericId} + {moment(getInvoce.data?.data?.invoice.createdAt).format('jYYYY') + getInvoce.data?.data?.invoice.numericId}
diff --git a/src/pages/receipts/List.tsx b/src/pages/receipts/List.tsx index d9afcb9..3b59741 100644 --- a/src/pages/receipts/List.tsx +++ b/src/pages/receipts/List.tsx @@ -89,7 +89,7 @@ const ReceiptsList: FC = () => { getInvoices.data?.data?.invoices?.map((item: ReceiptItemType) => { return ( - + {/* */}