diff --git a/client/src/features/dashboardV2/DashboardV2Sessions.tsx b/client/src/features/dashboardV2/DashboardV2Sessions.tsx index 149a1caf9..80cda5f42 100644 --- a/client/src/features/dashboardV2/DashboardV2Sessions.tsx +++ b/client/src/features/dashboardV2/DashboardV2Sessions.tsx @@ -36,6 +36,7 @@ import { } from "../sessionsV2/components/SessionStatus/SessionStatus"; import { SessionList, SessionV2 } from "../sessionsV2/sessionsV2.types"; +// Required for logs formatting import "../../notebooks/Notebooks.css"; export default function DashboardV2Sessions() {