more prettier and lint cleanup (#82)

* more prettier and lint cleanup

* Fixes more lint issues

* lint

* ignore more files

* remove todos

* lint
This commit is contained in:
Aryan Goharzad 2023-01-24 12:03:18 -05:00 committed by GitHub
parent 9027882fb4
commit 3a90114f3a
12 changed files with 18 additions and 25 deletions

View file

@ -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>('')