Skip to content

Commit

Permalink
Fix/영수증 status 잠시 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choiyoubin committed Mar 11, 2024
1 parent 501fd43 commit d2e1793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/OrderManage/Receipt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "./Receipt.css";

const Receipt = () => {
const orderProps = {
status: 1,
status: 3,
};
const context = useContext(HomeContext);

Expand Down

0 comments on commit d2e1793

Please sign in to comment.