Skip to content

Commit

Permalink
Finished fixing WorkingHours, Sidebar, normalizing the types in Emplo…
Browse files Browse the repository at this point in the history
…yeeModal,and uploading photos.
  • Loading branch information
Dwain-Anderson committed Mar 9, 2025
1 parent d086a1b commit 6148b60
Show file tree
Hide file tree
Showing 10 changed files with 435 additions and 336 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/EmployeeCards/EmployeeCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const EmployeeCard = ({
firstName={firstName}
lastName={lastName}
netId={netId}
photoLink={photoLink}
photoLink={photoLink ? `${photoLink}?t=${new Date().getTime()}` : ''}
>
<CardInfo icon={phone} alt="phone">
<p>{fmtPhone}</p>
Expand Down
Loading

0 comments on commit 6148b60

Please sign in to comment.