diff options
| -rw-r--r-- | components/pq-input/pq-review-wrapper.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pq-input/pq-review-wrapper.tsx b/components/pq-input/pq-review-wrapper.tsx index bcb384d9..1e172744 100644 --- a/components/pq-input/pq-review-wrapper.tsx +++ b/components/pq-input/pq-review-wrapper.tsx @@ -795,7 +795,7 @@ export function PQReviewWrapper({ )} {/* QM_REVIEWING 상태: QM 승인/거절 */} - {pqSubmission.status === "APPROVED" && ( + {pqSubmission.status === "QM_REVIEWING" && ( <> <Button variant="outline" |
