diff --git a/apps/forge/src/components/signin/ActiveLocationSelector/UserCount.tsx b/apps/forge/src/components/signin/ActiveLocationSelector/UserCount.tsx index 0191d8e..7161d18 100644 --- a/apps/forge/src/components/signin/ActiveLocationSelector/UserCount.tsx +++ b/apps/forge/src/components/signin/ActiveLocationSelector/UserCount.tsx @@ -15,6 +15,8 @@ export const UserCount: React.FC = ({ rep_count, off_shift_rep_c setShowDetails(!showDetails); }; + const correctUserCount = user_count - off_shift_rep_count; + return (
= ({ rep_count, off_shift_rep_c rep(s) {off_shift_rep_count} off-shift rep(s) - {user_count} + {correctUserCount} user(s) ) : (