Fix some bugs #34
This commit is contained in:
@@ -5,6 +5,7 @@ import { Chat } from "../_components/left/Chat";
|
||||
import { Report } from "../_components/left/Report";
|
||||
import { Dme } from "pilot/_components/dme/Dme";
|
||||
import dynamic from "next/dynamic";
|
||||
import { ConnectedDispatcher } from "./_components/ConnectedDispatcher";
|
||||
const Map = dynamic(() => import("../_components/map/Map"), {
|
||||
ssr: false,
|
||||
});
|
||||
@@ -22,6 +23,7 @@ const DispatchPage = () => {
|
||||
</div>
|
||||
<div className="flex w-2/3 h-full">
|
||||
<Map />
|
||||
<ConnectedDispatcher />
|
||||
</div>
|
||||
<div className="flex w-1/3 h-full">
|
||||
<div className="flex flex-col w-full h-full p-4 bg-base-300">
|
||||
|
||||
Reference in New Issue
Block a user