about summary refs log tree commit diff
path: root/src/view/com/modals/ServerInput.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/com/modals/ServerInput.tsx')
-rw-r--r--src/view/com/modals/ServerInput.tsx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/view/com/modals/ServerInput.tsx b/src/view/com/modals/ServerInput.tsx
index c8174f3cd..8792d70f1 100644
--- a/src/view/com/modals/ServerInput.tsx
+++ b/src/view/com/modals/ServerInput.tsx
@@ -14,13 +14,7 @@ import {LOGIN_INCLUDE_DEV_SERVERS} from '../../../build-flags'
 
 export const snapPoints = ['80%']
 
-export function Component({
-  initialService,
-  onSelect,
-}: {
-  initialService: string
-  onSelect: (url: string) => void
-}) {
+export function Component({onSelect}: {onSelect: (url: string) => void}) {
   const store = useStores()
   const [customUrl, setCustomUrl] = useState<string>('')