Skip to content

Commit

Permalink
Build error hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
elvisyjlin committed Sep 29, 2023
1 parent 015023d commit 3f1095e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/analytics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default function Analytics() {
<ul className="flex pt-2 sm:pt-6">{selectedTrainees.map((trainee) => {
const image = getItemTopImage(trainee);
return (
<li>
<li key={trainee.id}>
<Image
src={image.src}
alt={image.alt}
Expand Down

0 comments on commit 3f1095e

Please sign in to comment.