From 5f51f1b1b7ac39e22d033d48339ac0325f5468ad Mon Sep 17 00:00:00 2001 From: Ty Bolt Date: Wed, 22 Jan 2025 16:02:44 -0500 Subject: [PATCH] remove unnecessary component prop --- react-app/src/router.test.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-app/src/router.test.tsx b/react-app/src/router.test.tsx index c1bd581f1..ca1bc8522 100644 --- a/react-app/src/router.test.tsx +++ b/react-app/src/router.test.tsx @@ -25,7 +25,7 @@ describe("Router tests", () => { {router.routes[0].children.map((route) => ( - + ))} , @@ -39,7 +39,7 @@ describe("Router tests", () => { {router.routes[0].children.map((route) => ( - + ))} ,