Skip to content

Commit

Permalink
🚀 fix type error in project image test component
Browse files Browse the repository at this point in the history
openModal wasn't being passed in
  • Loading branch information
Oculux314 committed Oct 5, 2024
1 parent 355e01a commit dfc990c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next/app/test/ann/mycomponent/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ export default function Page() {
alt={"a"}
title={"Current Project"}
type={"current"}
openModal={() => {}}
/>
<ProjectsImage
src={"/younitelogo.png"}
title={"Old Project"}
type={"old"}
openModal={() => {}}
/>
</div>
);
Expand Down

0 comments on commit dfc990c

Please sign in to comment.