From dfc990c72ea415c4219badcae1c80fa6fe215ab7 Mon Sep 17 00:00:00 2001 From: Oculux Date: Sat, 5 Oct 2024 21:57:43 +1300 Subject: [PATCH] :rocket: fix type error in project image test component openModal wasn't being passed in --- next/app/test/ann/mycomponent/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/next/app/test/ann/mycomponent/page.tsx b/next/app/test/ann/mycomponent/page.tsx index 8b5abf7..212d458 100644 --- a/next/app/test/ann/mycomponent/page.tsx +++ b/next/app/test/ann/mycomponent/page.tsx @@ -14,11 +14,13 @@ export default function Page() { alt={"a"} title={"Current Project"} type={"current"} + openModal={() => {}} /> {}} /> );