Skip to content

Commit

Permalink
fix(admin): 승인 색깔 제대로
Browse files Browse the repository at this point in the history
  • Loading branch information
oxjadex committed Oct 15, 2024
1 parent 5c166e0 commit 3de8b1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const FormTableItem = ({

const getDocumentStatusColor = (status: FormStatus) => {
switch (status) {
case 'APPROVED':
case 'RECEIVED':
return color.maruDefault;
case 'REJECTED':
return color.red;
Expand Down

0 comments on commit 3de8b1a

Please sign in to comment.