fix type error
This commit is contained in:
@@ -55,7 +55,7 @@ export function SwitchAccountDialog({
|
|||||||
a.flex_wrap,
|
a.flex_wrap,
|
||||||
]}>
|
]}>
|
||||||
<Text style={[a.text_2xl, a.font_bold]}>
|
<Text style={[a.text_2xl, a.font_bold]}>
|
||||||
<Trans>Switch account</Trans>
|
<Trans>Switch Account</Trans>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ export function useProfilesQuery({
|
|||||||
keepPrevious,
|
keepPrevious,
|
||||||
}: {
|
}: {
|
||||||
handles: string[]
|
handles: string[]
|
||||||
keepPrevious: boolean
|
keepPrevious?: boolean
|
||||||
}) {
|
}) {
|
||||||
const agent = useAgent()
|
const agent = useAgent()
|
||||||
return useQuery({
|
return useQuery({
|
||||||
|
|||||||
Reference in New Issue
Block a user