diff --git a/fe-admin/src/components/pe/PeDetailTabs.tsx b/fe-admin/src/components/pe/PeDetailTabs.tsx index 73411da..864d940 100644 --- a/fe-admin/src/components/pe/PeDetailTabs.tsx +++ b/fe-admin/src/components/pe/PeDetailTabs.tsx @@ -1470,20 +1470,16 @@ function HangMucCard({ -
- {s.supplierName} - {isWinner && ( - - 🏆 Trúng thầu - - )} +
+ {isWinner && } + {s.supplierName}
{s.displayName &&
{s.displayName}
} {s.note &&
{s.note}
} diff --git a/fe-user/src/components/pe/PeDetailTabs.tsx b/fe-user/src/components/pe/PeDetailTabs.tsx index 559afad..a3e4466 100644 --- a/fe-user/src/components/pe/PeDetailTabs.tsx +++ b/fe-user/src/components/pe/PeDetailTabs.tsx @@ -1468,20 +1468,16 @@ function HangMucCard({ -
- {s.supplierName} - {isWinner && ( - - 🏆 Trúng thầu - - )} +
+ {isWinner && } + {s.supplierName}
{s.displayName &&
{s.displayName}
} {s.note &&
{s.note}
}