zio/stable
Eric Bailey 2024-01-31 15:02:20 -06:00 committed by GitHub
parent 1720eef5c4
commit a4ff290769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export function StepSuggestedAccounts() {
setSaving(false)
dispatch({type: 'next'})
track('OnboardingV2:StepSuggestedAccounts:Start', {
track('OnboardingV2:StepSuggestedAccounts:End', {
selectedAccountsLength: dids.length,
})
}, [dids, setSaving, dispatch, track])