Skip to content

Commit

Permalink
chore: always show emails in employee page (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
trulshj authored Oct 21, 2024
1 parent 18cf28c commit e45cb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/employees/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default function Employees({
<EmployeeTile
key={`${employee.name}-${index}`}
employee={employee}
alwaysEmail
/>
);
})}
Expand Down

0 comments on commit e45cb07

Please sign in to comment.