From 0141618ead60d223c8cb6e5647c1e88d1c27af45 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami Date: Sun, 29 Sep 2024 16:45:03 +0100 Subject: [PATCH] update dashboard --- frontend/src/modules/DashboardModule/index.jsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/src/modules/DashboardModule/index.jsx b/frontend/src/modules/DashboardModule/index.jsx index ad544535..2dfbb450 100644 --- a/frontend/src/modules/DashboardModule/index.jsx +++ b/frontend/src/modules/DashboardModule/index.jsx @@ -8,7 +8,6 @@ import { useMoney } from '@/settings'; import { request } from '@/request'; import useFetch from '@/hooks/useFetch'; import useOnFetch from '@/hooks/useOnFetch'; -import { tagColor } from '@/utils/statusTagColor'; import RecentTable from './components/RecentTable'; @@ -86,9 +85,6 @@ export default function DashboardModule() { { title: translate('Status'), dataIndex: 'status', - render: (status) => { - return {translate(status)}; - }, }, ]; @@ -134,28 +130,24 @@ export default function DashboardModule() {