From 3a90114f3afc66cfef70c71c2ee343c29e1f3e8d Mon Sep 17 00:00:00 2001 From: Aryan Goharzad Date: Tue, 24 Jan 2023 12:03:18 -0500 Subject: more prettier and lint cleanup (#82) * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint --- src/view/com/modals/ServerInput.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/view/com/modals/ServerInput.tsx') 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('') -- cgit 1.4.1