Merge branch 'debug/maps-not-loading' into 'main'

Fix map loading

See merge request vkuchenik/website-framework!54
This commit is contained in:
Dan Hansen
2025-08-06 20:38:06 +00:00
+1 -1
View File
@@ -11,7 +11,7 @@ import { chakra } from "@chakra-ui/react";
export default function Canvas({...props}) { export default function Canvas({...props}) {
const { view } = props; const { view } = props;
return ( return (
<chakra.div width="100%"> <chakra.div width="100%" height="100%">
{/* Check if view is a tab inside the Canvas Header */} {/* Check if view is a tab inside the Canvas Header */}
{ DASHBOARD_VIEWS.includes(view) && ( { DASHBOARD_VIEWS.includes(view) && (
<Home {...props}/> <Home {...props}/>