diff --git a/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx b/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx index 0db0551d..76bbac47 100644 --- a/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx +++ b/web/src/components/table/model-pricing/layout/header/PricingTopSection.jsx @@ -28,6 +28,7 @@ const PricingTopSection = ({ handleCompositionStart, handleCompositionEnd, isMobile, + sidebarProps, filterVendor, models, filteredModels, @@ -61,6 +62,7 @@ const PricingTopSection = ({ setShowFilterModal(false)} + sidebarProps={sidebarProps} t={t} /> )}