about summary refs log tree commit diff
path: root/src/view/screens/Contacts.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/screens/Contacts.tsx')
-rw-r--r--src/view/screens/Contacts.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Contacts.tsx b/src/view/screens/Contacts.tsx
index 600cd78c6..a6cc7244e 100644
--- a/src/view/screens/Contacts.tsx
+++ b/src/view/screens/Contacts.tsx
@@ -9,7 +9,7 @@ import {ScreenParams} from '../routes'
 import {useStores} from '../../state'
 import {useAnimatedValue} from '../lib/hooks/useAnimatedValue'
 
-export const Contacts = ({navIdx, visible, params}: ScreenParams) => {
+export const Contacts = ({navIdx, visible}: ScreenParams) => {
   const store = useStores()
   const selectorInterp = useAnimatedValue(0)