diff --git a/src/components/structures/LoggedInView.tsx b/src/components/structures/LoggedInView.tsx index eb14cdc198..7fcaadf7a5 100644 --- a/src/components/structures/LoggedInView.tsx +++ b/src/components/structures/LoggedInView.tsx @@ -93,7 +93,7 @@ interface IProps { } interface IUsageLimit { - limit_type: "monthly_active_user" | "hs_disabled" | string; + limit_type: "monthly_active_user" | string; admin_contact?: string; }