fix type error

This commit is contained in:
Samuel Newman
2024-10-21 13:11:56 +03:00
parent cc5d218cef
commit b3517f971e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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({