Fix some type errors (#1952)
* Fix some low-hanging type errors * Override scrollRef types on profile
This commit is contained in:
@@ -79,7 +79,9 @@ export function Component({text, href}: {text: string; href: string}) {
|
||||
<Button
|
||||
testID="cancelBtn"
|
||||
type="default"
|
||||
onPress={() => closeModal()}
|
||||
onPress={() => {
|
||||
closeModal()
|
||||
}}
|
||||
accessibilityLabel={_(msg`Cancel`)}
|
||||
accessibilityHint=""
|
||||
label="Cancel"
|
||||
|
||||
Reference in New Issue
Block a user