Skip to content

Commit

Permalink
Feat: 결제실패 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbb0081 committed Dec 5, 2023
1 parent 5238f5e commit 03f0bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/StateBox/StateBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
import cafe from "../../../assets/images/cafe_logo.png";

const StateBox = ({ id, date, name, menu, imgUrl, amount, isLast, state }) => {
const stateList = ["진행중", "수령완료", "취소완료"];
const stateList = ["진행중", "수령완료", "취소완료", "결제실패"];
return (
<>
<div
Expand Down

0 comments on commit 03f0bdc

Please sign in to comment.