fix: correctly fetch marka pi in background

This commit is contained in:
Max Richter
2025-11-04 12:58:26 +01:00
parent fea9b69d4d
commit 3103ed19fb
3 changed files with 23 additions and 25 deletions

View File

@@ -28,5 +28,5 @@ export const MainLayout = (
);
}
return <>{children}</>;
return children;
};