From ba60b7f1d4b2658f01261cb08cca6897231bf3d4 Mon Sep 17 00:00:00 2001 From: enes Date: Fri, 13 Dec 2024 10:44:00 +0100 Subject: [PATCH] fix(mod): submit and edit reset bug --- src/routes/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/index.tsx b/src/routes/index.tsx index ffa0bef..54bdc0a 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -131,11 +131,11 @@ export const routerWithNdkContext = (context: NDKContextType) => }, { path: appRoutes.submitMod, - element: + element: }, { path: appRoutes.editMod, - element: + element: }, { path: appRoutes.write,