fix(mod): submit and edit reset bug
All checks were successful
Release to Staging / build_and_release (push) Successful in 49s

This commit is contained in:
enes 2024-12-13 10:44:00 +01:00
parent 1076124356
commit ba60b7f1d4

View File

@ -131,11 +131,11 @@ export const routerWithNdkContext = (context: NDKContextType) =>
},
{
path: appRoutes.submitMod,
element: <SubmitModPage />
element: <SubmitModPage key='submit' />
},
{
path: appRoutes.editMod,
element: <SubmitModPage />
element: <SubmitModPage key='edit' />
},
{
path: appRoutes.write,