diff --git a/frontend/src/component/playground/Playground/AdvancedPlayground.tsx b/frontend/src/component/playground/Playground/AdvancedPlayground.tsx index b1cf2701eb..5fc8f0dcbe 100644 --- a/frontend/src/component/playground/Playground/AdvancedPlayground.tsx +++ b/frontend/src/component/playground/Playground/AdvancedPlayground.tsx @@ -184,7 +184,7 @@ export const AdvancedPlayground: VFC<{ setHasFormBeenSubmitted(true); - if (token) { + if (token && token !== '') { trackEvent('playground_token_input_used'); }