diff --git a/frontend/dashboard/src/pages/Corporates/Plan/List.tsx b/frontend/dashboard/src/pages/Corporates/Plan/List.tsx
index 2e3a8813..f0593a4b 100644
--- a/frontend/dashboard/src/pages/Corporates/Plan/List.tsx
+++ b/frontend/dashboard/src/pages/Corporates/Plan/List.tsx
@@ -60,6 +60,7 @@ import Label from '@/components/Label';
import DialogUpdateStatus from '@/components/DialogUpdateStatus';
import {Dialog, DialogTitle, DialogContent, DialogActions } from '@mui/material';
import CloseIcon from '@mui/icons-material/Close';
+import { fNumber } from '@/utils/formatNumber';
export default function CorporatePlanList() {
@@ -478,7 +479,7 @@ export default function CorporatePlanList() {
{row.code}
{row.type}
- {row.limit_rules}
+ {row.limit_rules ? fNumber(row.limit_rules) : row.limit_rules}
{row.active == 1 ?