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:
parent
9027882fb4
commit
3a90114f3a
12 changed files with 18 additions and 25 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue