diff --git a/src/app/floor-plan/layout.js b/src/app/floor-plan/layout.js index 19c730cf..e87ca2e8 100644 --- a/src/app/floor-plan/layout.js +++ b/src/app/floor-plan/layout.js @@ -14,12 +14,12 @@ export default function FloorPlanLayout({ children }) { <> - {pathname.includes('estimate') || pathname.includes('simulator') ? ( + {/* {pathname.includes('estimate') || pathname.includes('simulator') ? (
{children}
) : ( {children} - )} - {/* {children} */} + )} */} + {children}