Skip to content

Commit

Permalink
Merge pull request #65 from Spharos-GentleDog/feature/order
Browse files Browse the repository at this point in the history
fix: 주문 상태 수정
  • Loading branch information
KwonSeon committed Nov 30, 2023
2 parents c37c312 + b56a90d commit ec8b497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OrderList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ export default function OrderList() {
})}
</span>
<div className="flex gap-4">
<span className="">
{/* <span className="">
{order.vendorsOrderListStatus}
</span>
</span> */}
<span className="">
{order.vendorsOrderListStatusDescription}
</span>
Expand Down

0 comments on commit ec8b497

Please sign in to comment.