diff --git a/components/main/dashboard/dashboard-container.tsx b/components/main/dashboard/dashboard-container.tsx index a1181d0..43c5405 100644 --- a/components/main/dashboard/dashboard-container.tsx +++ b/components/main/dashboard/dashboard-container.tsx @@ -964,34 +964,23 @@ export default function DashboardContainer() { -
-
- + {roleId && Number(roleId) < 3 && ( +
+
+ +
+
+ {dummyData.map((list) => ( +
+

{list.name}

{" "} +

+ {list.value} +

+
+ ))} +
-
- {dummyData.map((list) => ( - //

- // {list.value} - //

-
-

{list.name}

{" "} -

- {list.value} -

-
- ))} -
-
+ )}