diff --git a/frontend/src/scenes/products/Products.tsx b/frontend/src/scenes/products/Products.tsx
index afdbb1abffabe..9fac87df32751 100644
--- a/frontend/src/scenes/products/Products.tsx
+++ b/frontend/src/scenes/products/Products.tsx
@@ -104,7 +104,6 @@ export function Products(): JSX.Element {
const { featureFlags } = useValues(featureFlagLogic)
const { billing } = useValues(billingLogic)
const { currentTeam } = useValues(teamLogic)
- const { updateCurrentTeam } = useActions(teamLogic)
const isFirstProduct = Object.keys(currentTeam?.has_completed_onboarding_for || {}).length === 0
const products = billing?.products || []
@@ -132,23 +131,6 @@ export function Products(): JSX.Element {