diff --git a/components/core/Featurebar/Featurebar.tsx b/components/core/Featurebar/Featurebar.tsx index 6d5b88a0f..a243590b1 100644 --- a/components/core/Featurebar/Featurebar.tsx +++ b/components/core/Featurebar/Featurebar.tsx @@ -6,7 +6,7 @@ import s from './Featurebar.module.css' interface Props { className?: string title: string - description: string + description?: string hide?: boolean action?: React.ReactNode }