diff --git a/.changeset/cool-bats-change.md b/.changeset/cool-bats-change.md new file mode 100644 index 0000000000..35f6b38a29 --- /dev/null +++ b/.changeset/cool-bats-change.md @@ -0,0 +1,5 @@ +--- +'minifront': patch +--- + +Fix error splash screen diff --git a/apps/minifront/src/components/root-router.tsx b/apps/minifront/src/components/root-router.tsx index 1fb7ac9eb3..c272f4a9c7 100644 --- a/apps/minifront/src/components/root-router.tsx +++ b/apps/minifront/src/components/root-router.tsx @@ -34,12 +34,10 @@ export const rootRouter = createHashRouter([ index: true, loader: AssetsLoader, element: , - errorElement: , }, { path: PagePath.TRANSACTIONS, element: , - errorElement: , }, ], },