diff --git a/src/component/home/RecentActions.jsx b/src/component/home/RecentActions.jsx index ef7c4c7..f4e78ef 100644 --- a/src/component/home/RecentActions.jsx +++ b/src/component/home/RecentActions.jsx @@ -94,7 +94,7 @@ export default function RecentActions() { let text = action?.status == '5' ? 'completed' : action?.status == '3' ? 'verifying' : action?.status == '0' ? 'processing' : 'processing' return (