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:
@@ -11,11 +11,9 @@ import {
|
||||
} from 'react-native-image-crop-picker'
|
||||
|
||||
export function UserBanner({
|
||||
handle,
|
||||
banner,
|
||||
onSelectNewBanner,
|
||||
}: {
|
||||
handle: string
|
||||
banner?: string | null
|
||||
onSelectNewBanner?: (img: PickedImage) => void
|
||||
}) {
|
||||
|
||||
@@ -11,7 +11,6 @@ export function UserInfoText({
|
||||
type = 'md',
|
||||
did,
|
||||
attr,
|
||||
loading,
|
||||
failed,
|
||||
prefix,
|
||||
style,
|
||||
@@ -27,7 +26,6 @@ export function UserInfoText({
|
||||
asLink?: boolean
|
||||
}) {
|
||||
attr = attr || 'handle'
|
||||
loading = loading || '...'
|
||||
failed = failed || 'user'
|
||||
|
||||
const store = useStores()
|
||||
|
||||
Reference in New Issue
Block a user