Skip to content

Commit 802487b

Browse files
fix(mobile): remove duplicate analytics import in ContestScreen (#14386)
## Summary - Fixes mobile CI failure (typecheck + lint) caused by a duplicate `import { make, track as trackEvent } from 'app/services/analytics'` in [ContestScreen.tsx](packages/mobile/src/screens/contest-screen/ContestScreen.tsx). - The duplicate (out-of-order) copy is removed; the properly ordered import is retained. ## Test plan - [ ] CI mobile `verify` (typecheck, lint, lint:env) passes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent b242e13 commit 802487b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/mobile/src/screens/contest-screen/ContestScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import { useDispatch } from 'react-redux'
3535
import { Button, Divider, Flex, Text } from '@audius/harmony-native'
3636
import { Screen, ScreenContent } from 'app/components/core'
3737
import { ProfilePicture } from 'app/components/core/ProfilePicture'
38-
import { make, track as trackEvent } from 'app/services/analytics'
3938
import {
4039
CollapsibleTabNavigator,
4140
collapsibleTabScreen

0 commit comments

Comments
 (0)