From 54fb3d6d1f7ed80dff46f33c2032c6b207078ebb Mon Sep 17 00:00:00 2001 From: ap-justin <89639563+ap-justin@users.noreply.github.com> Date: Fri, 5 Jan 2024 17:30:10 +0800 Subject: [PATCH] error msg --- src/pages/Admin/Charity/Banking/PayoutMethod/Loaded.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Admin/Charity/Banking/PayoutMethod/Loaded.tsx b/src/pages/Admin/Charity/Banking/PayoutMethod/Loaded.tsx index 11417461d9..55cce52df2 100644 --- a/src/pages/Admin/Charity/Banking/PayoutMethod/Loaded.tsx +++ b/src/pages/Admin/Charity/Banking/PayoutMethod/Loaded.tsx @@ -21,7 +21,7 @@ export default function Loaded(props: BankingApplicationDetails) { const { showModal } = useModalContext(); async function setDefault() { - if (!isApproved) return alert("This payout method is still under review"); + if (!isApproved) return alert("This payout method is not approved"); if (isDefault) return alert("This payout method is already default"); await update({ type: "prioritize", uuid: props.id.toString() });