Merge from dev to loaf-prod for DEMO #25

Merged
andika merged 45 commits from dev into loaf-prod 2026-02-02 11:12:58 +00:00
Showing only changes of commit da366272b4 - Show all commits

View File

@@ -390,7 +390,7 @@ const AdminValidations = () => {
<StatCard <StatCard
title="Total Pending" title="Total Pending"
value={loading ? '-' : pendingUsers.length} value={loading ? '-' : pendingUsers.filter(user => ['pending_email', 'pending_validation', 'pre_validated', 'payment_pending',].includes(user.status)).length}
icon={Users} icon={Users}
iconBgClass="text-brand-purple" iconBgClass="text-brand-purple"
dataTestId="stat-total-users" dataTestId="stat-total-users"