diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-18 10:33:20 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-18 10:33:20 +0000 |
| commit | 41ad2455ac47d8e2da331d7240ded1354df9a784 (patch) | |
| tree | 7980d9a6e260f774dd3ff97c541399a32b9c9b4f /lib/rfq-last/shared/rfq-items-dialog.tsx | |
| parent | 1e6d30c9f649dcaa0c1d24561af35d7a77fd51b2 (diff) | |
(최겸) 구매 피드백 반영
Diffstat (limited to 'lib/rfq-last/shared/rfq-items-dialog.tsx')
| -rw-r--r-- | lib/rfq-last/shared/rfq-items-dialog.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rfq-last/shared/rfq-items-dialog.tsx b/lib/rfq-last/shared/rfq-items-dialog.tsx index f3095c98..e4f71e79 100644 --- a/lib/rfq-last/shared/rfq-items-dialog.tsx +++ b/lib/rfq-last/shared/rfq-items-dialog.tsx @@ -328,11 +328,11 @@ export function RfqItemsDialog({ <TableCell> <div className="flex flex-col items-center gap-1"> <span className="text-xs font-mono">#{index + 1}</span> - {item.majorYn && ( + {/* {item.majorYn && ( <Badge variant="default" className="text-xs px-1 py-0"> 주요 </Badge> - )} + )} */} </div> </TableCell> <TableCell> |
