fix(dmbuttons): missed the uncomment here
This commit is contained in:
@@ -19,6 +19,7 @@ import { SidebarProvider } from "../../../components/ui/sidebar";
|
|||||||
import { useAuth, useLogout } from "../../../lib/authClient";
|
import { useAuth, useLogout } from "../../../lib/authClient";
|
||||||
import { AddCards } from "./-components/dashboard/AddCards";
|
import { AddCards } from "./-components/dashboard/AddCards";
|
||||||
import { AppSidebar } from "./-components/layout/lst-sidebar";
|
import { AppSidebar } from "./-components/layout/lst-sidebar";
|
||||||
|
import DMButtons from "./-components/logistics/dm/DMButtons";
|
||||||
|
|
||||||
export const Route = createFileRoute("/_old/old")({
|
export const Route = createFileRoute("/_old/old")({
|
||||||
component: RouteComponent,
|
component: RouteComponent,
|
||||||
@@ -45,7 +46,7 @@ function RouteComponent() {
|
|||||||
{/* Demand mgt section this should also include plant token stuff */}
|
{/* Demand mgt section this should also include plant token stuff */}
|
||||||
{location.pathname === "/lst/app/old/dm" && (
|
{location.pathname === "/lst/app/old/dm" && (
|
||||||
<div className="m-auto pr-2 flex flex-row gap-2">
|
<div className="m-auto pr-2 flex flex-row gap-2">
|
||||||
{/* <DMButtons /> */}
|
<DMButtons />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="m-1">
|
<div className="m-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user