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