diff --git a/providers/mock-api.tsx b/providers/mock-api.tsx index 1ed9080..a8c466b 100644 --- a/providers/mock-api.tsx +++ b/providers/mock-api.tsx @@ -12,6 +12,8 @@ export default function MockApiProvider({ children }: PropsWithChildren) { mockWorkerService.start().then(() => { setShouldRenderChildren(true); }); + } else { + setShouldRenderChildren(true); } return () => {