Skip to content

Commit

Permalink
fix:cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Nov 26, 2024
1 parent e1e4530 commit 7708bf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const EmployeeAvatar = ({ imageUrl }: { imageUrl: string }) => {
src={imageUrl}
alt="Employee"
onLoad={() => setIsLoading(false)}
onError={() => setIsLoading(false)} // Peut être utile pour les erreurs
onError={() => setIsLoading(false)}
/>
</div>
);
Expand Down

0 comments on commit 7708bf9

Please sign in to comment.