From 744e0aa7468c9614674250b9c2909051500ea477 Mon Sep 17 00:00:00 2001 From: Possible Date: Wed, 26 Jun 2024 15:44:47 +0100 Subject: [PATCH] Update Tasks --- src/pages/AdminListReceipts.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, },