diff --git a/web/app/(commonLayout)/marketplace/page.tsx b/web/app/(commonLayout)/marketplace/page.tsx index 9f56a38d4a9..8510df3c382 100644 --- a/web/app/(commonLayout)/marketplace/page.tsx +++ b/web/app/(commonLayout)/marketplace/page.tsx @@ -1,4 +1,5 @@ import type { SearchParams } from 'nuqs' +import AccountDropdown from '@/app/components/header/account-dropdown' import Marketplace from '@/app/components/plugins/marketplace' import MarketplaceInstallPermissionProvider from '@/app/components/plugins/marketplace/marketplace-install-permission-provider' @@ -10,10 +11,19 @@ const MarketplacePage = ({ searchParams }: MarketplacePageProps) => { return (
- + + +
+ )} + /> )