fix: correct spelling of 'canceled' in payment status across components
This commit is contained in:
@@ -6,7 +6,7 @@ function Head({ status, setStatus }) {
|
||||
const statusMap = {
|
||||
0: undefined, // all
|
||||
1: "pending",
|
||||
2: "received",
|
||||
2: "success",
|
||||
3: "canceled",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user