more type errors
This commit is contained in:
@@ -333,9 +333,9 @@ function ChatListItemReady({
|
||||
return (
|
||||
<GestureActionView actions={actions}>
|
||||
<View
|
||||
// @ts-expect-error web only
|
||||
onMouseEnter={onMouseEnter}
|
||||
onMouseLeave={onMouseLeave}
|
||||
// @ts-expect-error web only
|
||||
onFocus={onFocus}
|
||||
onBlur={onMouseLeave}
|
||||
style={[a.relative, t.atoms.bg]}>
|
||||
|
||||
@@ -420,7 +420,7 @@ function DevOptions() {
|
||||
{
|
||||
style: 'default',
|
||||
text: 'Apply',
|
||||
onPress: channel => {
|
||||
onPress: (channel?: string) => {
|
||||
tryApplyUpdate(channel ?? '')
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user