diff --git a/src/app/(main)/m/admin/orders/page.tsx b/src/app/(main)/m/admin/orders/page.tsx index a34b9ba..88d17b4 100644 --- a/src/app/(main)/m/admin/orders/page.tsx +++ b/src/app/(main)/m/admin/orders/page.tsx @@ -636,7 +636,7 @@ function StatementPreview({ > 엑셀 다운로드 - {editable && ( + {order.STATUS === "REQUESTED" && (