diff --git a/src/pages/RepoPage/ActivationAlert/ActivationAlert.tsx b/src/pages/RepoPage/ActivationAlert/ActivationAlert.tsx
index f0290c81a5..a7632a470e 100644
--- a/src/pages/RepoPage/ActivationAlert/ActivationAlert.tsx
+++ b/src/pages/RepoPage/ActivationAlert/ActivationAlert.tsx
@@ -6,7 +6,7 @@ import { usePlanData } from 'services/account'
import { isFreePlan } from 'shared/utils/billing'
import ActivationRequiredAlert from './ActivationRequiredAlert'
-import ActivationRequiredSelfHostet from './ActivationRequiredSelfHosted'
+import ActivationRequiredSelfHosted from './ActivationRequiredSelfHosted'
import FreePlanSeatsTakenAlert from './FreePlanSeatsTakenAlert'
import PaidPlanSeatsTakenAlert from './PaidPlanSeatsTakenAlert'
import UnauthorizedRepoDisplay from './UnauthorizedRepoDisplay'
@@ -33,7 +33,7 @@ function ActivationAlert() {
!isFreePlan(planData?.plan?.value) && planData?.plan?.hasSeatsLeft
if (config.IS_SELF_HOSTED) {
- return