diff --git a/src/pages/AdminListReceipts.jsx b/src/pages/AdminListReceipts.jsx index 4b0ccb5..00aa056 100644 --- a/src/pages/AdminListReceipts.jsx +++ b/src/pages/AdminListReceipts.jsx @@ -388,7 +388,7 @@ const AdminListReceipts = () => { bind: { column: "receipt_status", action: "hide", - operator: "eq", + operator: operations.EQUAL, ifValue: 0, }, }, @@ -407,7 +407,7 @@ const AdminListReceipts = () => { bind: { column: "receipt_status", action: "hide", - operator: "eq", + operator: operations.EQUAL, ifValue: 1, }, },