Skip to content

Commit

Permalink
Add missing type (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Nov 17, 2023
1 parent 0dfc039 commit d1c1494
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/view/screens/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ import {useQueryClient} from '@tanstack/react-query'
import {useComposerControls} from '#/state/shell/composer'
import {listenSoftReset} from '#/state/events'

interface SectionRef {
scrollToTop: () => void
}

type Props = NativeStackScreenProps<CommonNavigatorParams, 'Profile'>
export const ProfileScreen = withAuthRequired(function ProfileScreenImpl({
route,
Expand Down

0 comments on commit d1c1494

Please sign in to comment.