about summary refs log tree commit diff
path: root/src/components/dialogs/SearchablePeopleList.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/dialogs/SearchablePeopleList.tsx')
-rw-r--r--src/components/dialogs/SearchablePeopleList.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/dialogs/SearchablePeopleList.tsx b/src/components/dialogs/SearchablePeopleList.tsx
index 159f623b9..4259f3760 100644
--- a/src/components/dialogs/SearchablePeopleList.tsx
+++ b/src/components/dialogs/SearchablePeopleList.tsx
@@ -484,7 +484,7 @@ function SearchInput({
   value: string
   onChangeText: (text: string) => void
   onEscape: () => void
-  inputRef: React.RefObject<TextInput>
+  inputRef: React.RefObject<TextInput | null>
 }) {
   const t = useTheme()
   const {_} = useLingui()