diff --git a/client/src/components/layout/Canvas/Canvas.jsx b/client/src/components/layout/Canvas/Canvas.jsx index 585d3d6..a12282a 100644 --- a/client/src/components/layout/Canvas/Canvas.jsx +++ b/client/src/components/layout/Canvas/Canvas.jsx @@ -7,12 +7,12 @@ import GlobalMapCanvas from "./views/GlobalMapCanvas"; import RegionalMapCanvas from "./views/RegionalMapCanvas"; import VolcanoCanvas from "./views/VolcanoCanvas"; import AdminCanvas from "./views/AdminCanvas"; -import { DashboardCanvas } from "./views/DashboardCanvas"; +import { MyDashboardCanvas } from "./views/MyDashboardCanvas"; export default function Canvas({ view }) { return ( - {view === "widget" && } + {view === "widget" && } {view === "global" && } {view === "regional" && } {view === "volcano" && } diff --git a/client/src/components/layout/Canvas/views/MyDashboardCanvas.jsx b/client/src/components/layout/Canvas/views/MyDashboardCanvas.jsx index 5fee2cc..4bd1129 100644 --- a/client/src/components/layout/Canvas/views/MyDashboardCanvas.jsx +++ b/client/src/components/layout/Canvas/views/MyDashboardCanvas.jsx @@ -7,7 +7,7 @@ import { Gas } from "./DashboardCanvasNav/Gas"; import { Seismic } from "./DashboardCanvasNav/Seismic"; import { RemoteSensing } from "./DashboardCanvasNav/RemoteSensing"; -export function DashboardCanvas() { +export function MyDashboardCanvas() { return (