+
+
+ {header && (
+
+ {header}
+
+ )}
+ {docsLink}
+
+ {error && (
+
+ {error}
+
+ )}
+ {copy && {copy}}
+ {renderTable()}
+
+
+ );
+});
+
+const StyledTypography = styled(Typography)(({ theme }) => ({
+ fontSize: '0.875rem',
+ marginTop: theme.spacing(1),
+}));
diff --git a/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx b/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx
index 1b44a7f47ae..35532975089 100644
--- a/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx
+++ b/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx
@@ -25,6 +25,7 @@ import { StyledDisabledTableRow } from './PlansPanel.styles';
import type { PlanSelectionType } from './types';
import type { LinodeTypeClass, PriceObject, Region } from '@linode/api-v4';
+
export interface PlanSelectionProps {
currentPlanHeading?: string;
disabled?: boolean;
@@ -206,7 +207,7 @@ export const PlanSelection = (props: PlanSelectionProps) => {
{type.vcpus}