From 7388ee190be02029aca22d8975d9728841dddf38 Mon Sep 17 00:00:00 2001 From: benlister-okta Date: Wed, 24 Jul 2024 10:30:44 -0700 Subject: [PATCH] fix: debug --- .../src/guidelines/Roadmap/RoadmapTable.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/odyssey-storybook/src/guidelines/Roadmap/RoadmapTable.tsx b/packages/odyssey-storybook/src/guidelines/Roadmap/RoadmapTable.tsx index 43a8d8710c..b70947b02d 100644 --- a/packages/odyssey-storybook/src/guidelines/Roadmap/RoadmapTable.tsx +++ b/packages/odyssey-storybook/src/guidelines/Roadmap/RoadmapTable.tsx @@ -15,7 +15,6 @@ import React, { useMemo, useCallback } from "react"; import { DataFilter } from "@okta/odyssey-react-mui/labs"; import { DataTable, DataTableSortingState } from "@okta/odyssey-react-mui"; import { - Callout, //CssBaseline, OdysseyThemeProvider, // ScopedCssBaseline, @@ -229,14 +228,6 @@ const WrappedRoadmapTable: React.FC = () => { return ( - {/* @ts-expect-error type mismatch on "typography" */} - - Any products, features or functionality referenced in this presentation - that are not currently generally available may not be delivered on time - or at all. Product roadmaps do not represent a commitment, obligation or - promise to deliver any product, feature or functionality, and you should - not rely on them to make your purchase decisions. - );