test build failure fix (#23684)

This commit is contained in:
Aniket Katkar 2025-10-02 15:36:49 +05:30 committed by GitHub
parent 354f20faa5
commit d567935667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@ const AppRouter = () => {
{/* Render APP position plugin routes (they handle their own layouts) */}
{isAuthenticated &&
plugins?.flatMap((plugin) => {
plugins.flatMap((plugin) => {
const routes = plugin.getRoutes?.() || [];
// Filter routes with APP position
const appRoutes = routes.filter(